Browse Source

添加手动执行流量费入口

lichunlei 2 years ago
parent
commit
3af546161f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Controllers/HomeController.cs

+ 5 - 0
Controllers/HomeController.cs

@@ -136,6 +136,11 @@ namespace MySystem.Controllers
             StatService.Instance.doFluxRecord(date);
             return "ok";
         }
+        public string addflux2(string date)
+        {
+            StatService.Instance.CheckFluxForTrade(date);
+            return "ok";
+        }
         // 补发小盟主15000返现
         public string LeaderBack(int oid)
         {