refactor:修改医保新地址

Qlzyy
许伟明 9 months ago
parent 5e7310a2c5
commit d4021b6f47
  1. 3
      Gdsi/Config/GdsiConfig.cs

@ -9,7 +9,8 @@ namespace Gdsi.Config
public class GdsiConfig public class GdsiConfig
{ {
// 医保服务调用地址 // 医保服务调用地址
public static string server_url = "http://igb.hsa.gdgov.cn/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 server_url = "http://hosp.gd.hsip.gov.cn/ebus/gdyb_api/prd/hsa/hgs/";
// 医疗机构编码 // 医疗机构编码
public static string fixmedins_code = "H44040300017"; public static string fixmedins_code = "H44040300017";
// 医疗机构名称 // 医疗机构名称

Loading…
Cancel
Save