|
@@ -87,7 +87,7 @@ namespace MySystem
|
|
|
|
|
|
//支付宝
|
|
|
bool checkAlipay = true;
|
|
|
- string content = new AlipayFunction().GetBatchNo(AddInfo.MobilePhone, AddInfo.IdCardName, AddInfo.MobilePhone, AddInfo.ContactEmail);
|
|
|
+ string content = new AlipayFunction().GetBatchNo(AddInfo.CreateMan, AddInfo.IdCardName, AddInfo.MobilePhone, AddInfo.ContactEmail);
|
|
|
JsonData json = JsonMapper.ToObject(content);
|
|
|
if (json["alipay_open_agent_create_response"]["code"].ToString() == "1000")
|
|
|
{
|
|
@@ -97,7 +97,7 @@ namespace MySystem
|
|
|
{
|
|
|
Qualifications = function.getPath("/bsserver_com" + Qualifications);
|
|
|
}
|
|
|
- content = new AlipayFunction().CommonSign(batch_no, "D_D05_7372", AddInfo.LicenseNumber, function.getPath("/bsserver_com" + AddInfo.LicenseCopy), Qualifications);
|
|
|
+ content = new AlipayFunction().CommonSign(batch_no, AddInfo.UpdateMan, AddInfo.LicenseNumber, function.getPath("/bsserver_com" + AddInfo.LicenseCopy), Qualifications);
|
|
|
json = JsonMapper.ToObject(content);
|
|
|
if (json["alipay_open_agent_common_sign_response"]["code"].ToString() == "1000")
|
|
|
{
|