Commit 560b45f4 by 冷斌

fix bug

parent 2e7a6532
...@@ -1596,8 +1596,8 @@ class Api_Live extends PhalApi_Api { ...@@ -1596,8 +1596,8 @@ class Api_Live extends PhalApi_Api {
$giftlist[] = [ $giftlist[] = [
'type' => 0, 'type' => 0,
'mark' => 4, 'mark' => 4,
'name' => '宝箱', 'giftname' => '宝箱',
'price' => $welfare['rate'], 'needcoin' => $welfare['rate'],
]; ];
$domain2 = new Domain_User(); $domain2 = new Domain_User();
......
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