Przeglądaj źródła

Merge branch 'dev'

bianjunhui 2 lat temu
rodzic
commit
fc73920625
1 zmienionych plików z 1 dodań i 1 usunięć
  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']);
             }
 
         }