bianjunhui 2 سال پیش
والد
کامیت
f41dc82d8b
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']);
             }
 
         }