You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Gdsi-Api/Gdsi/Config/GdsiConfig.cs

28 lines
929 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Gdsi.Config
{
public class GdsiConfig
{
// 医保服务调用地址
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_name = "珠海市斗门区侨立中医院";
// 经办人
public static string opter = "zzj001";
// 经办人姓名
public static string opter_name = "自助机缴费";
// 就医地医保区划
public static string city_code = "440403";
// 应用编码
public static string paasid = "zh_prd_ejyy";
// 密钥
public static string key = "w42Clf7CG5FpvDTdmy6vFeN5pdnpWUhg";
}
}