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']);
             }
 
         }