Explorar o código

批量跑金控程序

lcl hai 8 meses
pai
achega
5815b1ee23
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      Controllers/HomeController.cs

+ 10 - 0
Controllers/HomeController.cs

@@ -74,6 +74,16 @@ namespace MySystem.Controllers
             return PublicImportDataService.Instance.LkbSetFee("00000302QRNL20019214", 0.63M, 300);
         }
         
+        public string testJk()
+        {
+            string content = function.ReadInstance("jk0.txt");
+            string[] SnNos = content.Split('\n');
+            foreach(string SnNo in SnNos)
+            {
+                PublicImportDataService.Instance.LkbSetDeposit(SnNo, 0);
+            }
+            return "ok";
+        }
     
     
     }