瀏覽代碼

盛付通设置服务器代码更改,2024改为2026

lcl 5 月之前
父節點
當前提交
a926279279
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/Helper/ChangePosFeeUtil.cs

+ 1 - 1
AppStart/Helper/ChangePosFeeUtil.cs

@@ -207,7 +207,7 @@ namespace MySystem
                 //         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, "盛付通-设置押金-返回报文");
                 JsonData jsonObj = JsonMapper.ToObject(content);
                 if (jsonObj["respCode"].ToString() != "00")