瀏覽代碼

补立刷50奖励

lcl 1 年之前
父節點
當前提交
6914e52afa
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Controllers/HomeController.cs

+ 6 - 0
Controllers/HomeController.cs

@@ -197,5 +197,11 @@ namespace MySystem.Controllers
             return "ok";
         }
 
+        public string lsprize(int id)
+        {
+            StatService.Instance.activePrizeWithoutDeposit6(id);
+            return "ok";
+        }
+
     }
 }