Browse Source

添加手动执行流量费入口

lichunlei 2 năm trước cách đây
mục cha
commit
3af546161f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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)
         {