rsp

微信电子健康卡——注册健康卡接口

﹥>﹥吖頭↗ 提交于 2019-12-17 02:36:12
//注册单个注册健康卡 public string Lx_registerHealthCard(string lxbirthday, string lxidtype, string lxgender, string lxidCard,string lxname,string lxnation,string lxaddress,string lxphone1,string lxwechatcode) { var result = proxy.RegisterHealthCard( new RegisterHealthCardReq { birthday = lxbirthday, idType = lxidtype, gender = lxgender, idNumber = lxidCard, name = lxname, nation = lxnation, phone1 = lxphone1, wechatCode = lxwechatcode }, new com.tencent.healthcard.HealthCardOpenAPI.CommonIn { requestId = System.Guid.NewGuid().ToString(), hospitalId = LxAppConfig.GetHospitalId(), //channelNum = 0,

China Union Pay helper

匿名 (未验证) 提交于 2019-12-03 00:09:02
static string proxyIpAddress = AppConfig . GetProxyIpAddress ; static string proxyUserName = AppConfig . GetProxyUserName ; static string proxyPassword = AppConfig . GetProxyPassword ; static int _timeout = 100000 ; #region CUP Method /// <summary> /// 请求与响应的超时时间 /// </summary> static public int Timeout { get { return _timeout ; } set { _timeout = value ; } } /// <summary> /// 执行HTTP POST请求。 /// </summary> /// <param name="url">请求地址</param> /// <param name="parameters">请求参数</param> /// <returns>HTTP响应</returns> static public string DoPost ( string url , IDictionary < string , string >