Commit 8e4415ee by 冷斌

fix bug

parent 61b84ad4
...@@ -544,6 +544,8 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -544,6 +544,8 @@ 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