Просмотр исходного кода

盛付通请求换绑接口打日志

lcl 11 месяцев назад
Родитель
Сommit
765030e9e7
3 измененных файлов с 2 добавлено и 35 удалено
  1. BIN
      .DS_Store
  2. 2 1
      AppStart/Helper/ChangePosFeeUtil.cs
  3. 0 34
      Controllers/HomeController.cs

+ 2 - 1
AppStart/Helper/ChangePosFeeUtil.cs

@@ -300,7 +300,8 @@ namespace MySystem
                 if(DepositId == "0")
                 {
                     PosMerchantInfo merchant = db.PosMerchantInfo.FirstOrDefault(m => m.Id == pos.BindMerchantId) ?? new PosMerchantInfo();
-                    PublicImportDataService.Instance.SftSnBindOrUnbind(pos.PosSn, merchant.KqMerNo);
+                    string back = PublicImportDataService.Instance.SftSnBindOrUnbind(pos.PosSn, merchant.KqMerNo);
+                    function.WriteLog("back:" + back, "盛付通-设置押金-返回报文");
                 }
                 string content = PublicImportDataService.Instance.SetDepositForSft(pos.PosSn, "2024POS" + DepositIdString);
                 function.WriteLog(DateTime.Now.ToString() + "\n" + content, "盛付通-设置押金-返回报文");

+ 0 - 34
Controllers/HomeController.cs

@@ -51,40 +51,6 @@ namespace MySystem.Controllers
       
 
 
-
-        public string test()
-        {
-            // List<string> poslist = new List<string>();
-            // poslist.Add("M00000000000034");
-            // string result = PublicImportDataService.Instance.PospFee(poslist, "LKB_0.63+3", "联客宝");
-
-            // if(result.Contains("\"content\""))
-            // {
-            //     JsonData jsonObj = JsonMapper.ToObject(result);
-            //     result += EncryptHelper.AesDecrypt(jsonObj["content"].ToString(), "6v8cr0uyhtwtawda");
-            // }
-
-            // string result = PublicImportDataService.Instance.PospQueryServiceFee();
-            // result += "\n\n";
-            // result += PublicImportDataService.Instance.PospQueryFee();
-
-            // {"deposit_change_time":"2023-12-26 21:51:04","agent_id":"V1703471325","deposit_list":[{"deposit_id":"LKB_000","deposit_name":"联客宝","supplement_info":"LKB_000"},{"deposit_id":"LKB_99","deposit_name":"联客宝","supplement_info":"LKB_99"},{"deposit_id":"LKB_199","deposit_name":"联客宝","supplement_info":"LKB_199"},{"deposit_id":"LKB_0.63+3","deposit_name":"联客宝","supplement_info":"LKB_0.63+3"},{"deposit_id":"LKB_0.6+0","deposit_name":"联客宝0.6+0","supplement_info":"LKB_0.6+0"},{"deposit_id":"LKB_0.63+0","deposit_name":"联客宝0.63+0","supplement_info":"LKB_0.63+0"},{"deposit_id":"LKB_299","deposit_name":"联客宝299押金","supplement_info":"LKB_299"}]}
-
-            // {"plan_change_time":"2023-12-26 21:51:04","agent_id":"V1703471325","plan_list":[{"plan_id":"LKB_000","plan_name":"联客宝","supplement_info":"LKB_000"},{"plan_id":"LKB_99","plan_name":"联客宝","supplement_info":"LKB_99"},{"plan_id":"LKB_199","plan_name":"联客宝","supplement_info":"LKB_199"},{"plan_id":"LKB_0.63+3","plan_name":"联客宝","supplement_info":"LKB_0.63+3"},{"plan_id":"LKB_0.6+0","plan_name":"联客宝0.6+0","supplement_info":"LKB_0.6+0"},{"plan_id":"LKB_0.63+0","plan_name":"联客宝0.63+0","supplement_info":"LKB_0.63+0"},{"plan_id":"LKB_299","plan_name":"联客宝299押金","supplement_info":"LKB_299"}]}
-
-            // List<string> list = new List<string>();
-            // // list.Add("{\"RecordId\":\"65707\",\"PosId\":\"197929\",\"Fee\": \"0.63\",\"Kind\": \"2\",\"OpMan\": \"系统\"}");
-            // foreach(string sub in list)
-            // {
-            //     RedisDbconn.Instance.AddList("SetDepositPostQueue", sub);
-            // }
-
-            string content = PublicImportDataService.Instance.SftSnBindOrUnbind("00003102722312244609541", "42196871");
-            content += "\n" + PublicImportDataService.Instance.SetDepositForSft("00003102722312244609541", "2024POS0");
-
-            return content;
-        }
-