From 2759903ee9aadc4830f5d25a01ec494ff23b75cb Mon Sep 17 00:00:00 2001 From: Vimin Date: Fri, 30 Sep 2022 09:50:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gdsi/Config/GdsiConfig.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gdsi/Config/GdsiConfig.cs b/Gdsi/Config/GdsiConfig.cs index 801a2ab..315aafa 100644 --- a/Gdsi/Config/GdsiConfig.cs +++ b/Gdsi/Config/GdsiConfig.cs @@ -11,18 +11,18 @@ namespace Gdsi.Config // 医保服务调用地址 public static string server_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"; // 医疗机构编码 - public static string fixmedins_code = "H44040300017"; + public static string fixmedins_code = "H44180200009"; // 医疗机构名称 - public static string fixmedins_name = "珠海市斗门区侨立中医院"; + public static string fixmedins_name = "清远市人民医院"; // 经办人 - public static string opter = "zzj001"; + public static string opter = "ZZJ"; // 经办人姓名 - public static string opter_name = "自助机缴费"; + public static string opter_name = "ZZJ"; // 就医地医保区划 - public static string city_code = "440403"; + public static string city_code = "441802"; // 应用编码 - public static string paasid = "zh_prd_ejyy"; + public static string paasid = "qy03_prd"; // 密钥 - public static string key = "w42Clf7CG5FpvDTdmy6vFeN5pdnpWUhg"; + public static string key = "MlwwXdMzkGuTurFfBxHWDkEAN4YY99ls"; } }