Commit 239a1184 by 冷斌

fix bug

parent 17c4ddec
...@@ -524,8 +524,8 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -524,8 +524,8 @@ class Model_Live extends PhalApi_Model_NotORM {
} }
$welfare = DI()->notorm->welfare_rate->select('rate')->where('id=1')->fetchOne(); $welfare = DI()->notorm->welfare_rate->select('rate')->where('id=1')->fetchOne();
$giftinfo = [ $giftinfo = [
'type' => 0, 'type' => 1,
'mark' => 0, 'mark' => 4,
'giftname' => '福利袋', 'giftname' => '福利袋',
'gifticon' => 'http://qiniu.huad.leacho.cn/20190723/5d367483cb9ac.png', 'gifticon' => 'http://qiniu.huad.leacho.cn/20190723/5d367483cb9ac.png',
'needcoin' => $welfare['rate'], 'needcoin' => $welfare['rate'],
......
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