Commit b14c9367 by 冷斌

fix bug

parent 5a1b7611
...@@ -1706,7 +1706,7 @@ class Api_Live extends PhalApi_Api { ...@@ -1706,7 +1706,7 @@ class Api_Live extends PhalApi_Api {
if($result==1000){ if($result==1000){
$rs['code']=1000; $rs['code']=1000;
$rs['msg']='福利袋未配置'; $rs['msg']='宝箱未配置';
return $rs; return $rs;
} elseif($result==1001){ } elseif($result==1001){
$rs['code']=1001; $rs['code']=1001;
......
...@@ -544,8 +544,6 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -544,8 +544,6 @@ class Model_Live extends PhalApi_Model_NotORM {
/* 礼物信息不存在 */ /* 礼物信息不存在 */
return []; return [];
} }
var_dump($giftinfo, $gift);
die;
$giftinfo['id'] = $gift['giftid']; $giftinfo['id'] = $gift['giftid'];
return $giftinfo; return $giftinfo;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment