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