|
|
@ -9,8 +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://igb.hsa.gdgov.cn/ebus/gdyb_inf/poc/hsa/hgs/";//测试地址 |
|
|
|
//public static string server_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_inf/poc/hsa/hgs/";//测试地址 |
|
|
|
// 医疗机构编码 |
|
|
|
// 医疗机构编码 |
|
|
|
public static string fixmedins_code = "H44051100034";//汕头市中医医院 |
|
|
|
public static string fixmedins_code = "H44051100034";//汕头市中医医院 |
|
|
|
// 医疗机构名称 |
|
|
|
// 医疗机构名称 |
|
|
@ -22,8 +22,10 @@ namespace Gdsi.Config |
|
|
|
// 就医地医保区划 |
|
|
|
// 就医地医保区划 |
|
|
|
public static string city_code = "440500"; |
|
|
|
public static string city_code = "440500"; |
|
|
|
// 应用编码 |
|
|
|
// 应用编码 |
|
|
|
public static string paasid = "st_yyce"; |
|
|
|
public static string paasid = "st_prd_sjyy"; |
|
|
|
|
|
|
|
//public static string paasid = "st_yyce";测试 |
|
|
|
// 密钥 |
|
|
|
// 密钥 |
|
|
|
public static string key = "VFnJJmfZGU0b91WVujwtwQtZksYfHUHK"; |
|
|
|
//public static string key = "VFnJJmfZGU0b91WVujwtwQtZksYfHUHK";//测试 |
|
|
|
|
|
|
|
public static string key = "u4SsHkkn8L2G7C1RBrslqUJVJXlkapFr"; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|