Browse Source

金控修改服务费bug处理

lcl 5 months ago
parent
commit
a1f3b816f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/ChangePosFeeUtil.cs

+ 1 - 1
AppStart/Helper/ChangePosFeeUtil.cs

@@ -54,7 +54,7 @@ namespace MySystem
                         return jsonObj["message"].ToString();
                     }
                     content = jsonObj["data"].ToString();
-                    content = PublicImportDataService.Instance.Decrypt(content);
+                    content = PublicImportDataService.Instance.LkbDecrypt(content);
                     JsonData contentObj = JsonMapper.ToObject(content);
                     if (contentObj["respCode"].ToString() != "00")
                     {