Jelajahi Sumber

补金控费率设置失败(批量修改的费率值不在基准费率范围内!)的机具,重新设置费率

lcl 1 tahun lalu
induk
melakukan
18b34a6679
1 mengubah file dengan 16 tambahan dan 9 penghapusan
  1. 16 9
      Controllers/HomeController.cs

+ 16 - 9
Controllers/HomeController.cs

@@ -54,15 +54,15 @@ 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", "联客宝");
+            // 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");
-            }
+            // if(result.Contains("\"content\""))
+            // {
+            //     JsonData jsonObj = JsonMapper.ToObject(result);
+            //     result += EncryptHelper.AesDecrypt(jsonObj["content"].ToString(), "6v8cr0uyhtwtawda");
+            // }
 
             // string result = PublicImportDataService.Instance.PospQueryServiceFee();
             // result += "\n\n";
@@ -72,7 +72,14 @@ namespace MySystem.Controllers
 
             // {"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"}]}
 
-            return result;
+            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);
+            }
+
+            return "ok";
         }