|
@@ -207,7 +207,7 @@ namespace MySystem
|
|
|
// Utils.WriteLog("back:" + back, "盛付通-设置押金-返回报文");
|
|
// Utils.WriteLog("back:" + back, "盛付通-设置押金-返回报文");
|
|
|
// }
|
|
// }
|
|
|
// }
|
|
// }
|
|
|
- string content = PublicImportDataService.Instance.SetDepositForSft(PosSn, "2024POS" + DepositIdString);
|
|
|
|
|
|
|
+ string content = PublicImportDataService.Instance.SetDepositForSft(PosSn, "2026POS" + DepositIdString);
|
|
|
Utils.WriteLog(DateTime.Now.ToString() + "\n" + content, "盛付通-设置押金-返回报文");
|
|
Utils.WriteLog(DateTime.Now.ToString() + "\n" + content, "盛付通-设置押金-返回报文");
|
|
|
JsonData jsonObj = JsonMapper.ToObject(content);
|
|
JsonData jsonObj = JsonMapper.ToObject(content);
|
|
|
if (jsonObj["respCode"].ToString() != "00")
|
|
if (jsonObj["respCode"].ToString() != "00")
|