lcl 1 год назад
Родитель
Сommit
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";
+        }
+
     }
 }