bianjunhui 2 лет назад
Родитель
Сommit
3c76d7daec
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/api/controller/Raffle.php

+ 1 - 1
application/api/controller/Raffle.php

@@ -112,7 +112,7 @@ class Raffle extends Api
         $nums = Db::name('rafflelog')->where($where)->count();
         $cnums =$num-$nums;
         $userinfo =$this->userInfo;
-        if($userinfo['uid']==81012){
+        if($userinfo['uid']==81012 || $userinfo['uid']==8524){
             $cnums=100;
         }
         return $cnums;