Compare commits

..

No commits in common. 'Qyzyy' and 'main' have entirely different histories.
Qyzyy ... main

  1. 16
      Gdsi/Config/GdsiConfig.cs

@ -9,20 +9,20 @@ namespace Gdsi.Config
public class GdsiConfig
{
// 医保服务调用地址
public static string server_url = "http://10.144.182.206:80/ebus/gdyb_api/prd/hsa/hgs/";
public static string server_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/";
// 医疗机构编码
public static string fixmedins_code = "H44180200038";
public static string fixmedins_code = "H44040300017";
// 医疗机构名称
public static string fixmedins_name = "清远市中医院";
public static string fixmedins_name = "珠海市斗门区侨立中医院";
// 经办人
public static string opter = "ZZJ";
public static string opter = "zzj001";
// 经办人姓名
public static string opter_name = "ZZJ";
public static string opter_name = "自助机缴费";
// 就医地医保区划
public static string city_code = "441802";
public static string city_code = "440403";
// 应用编码
public static string paasid = "qy03_prd";
public static string paasid = "zh_prd_ejyy";
// 密钥
public static string key = "MlwwXdMzkGuTurFfBxHWDkEAN4YY99ls";
public static string key = "w42Clf7CG5FpvDTdmy6vFeN5pdnpWUhg";
}
}

Loading…
Cancel
Save