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