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

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

@@ -39,7 +39,7 @@ class Raffle extends Api
             if($info['status']==1003){
                 $this->error($msg,'',-1);
             }else{
-                $this->error($msg);
+                $this->error($msg,'',$info['status']);
             }
 
         }