Commit d708d422 by 冷斌

fix bug

parent 5c4c218f
...@@ -662,9 +662,9 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -662,9 +662,9 @@ class Model_Live extends PhalApi_Model_NotORM {
$result2=array( $result2=array(
"uid"=>$uid, "uid"=>$uid,
"giftid"=>$randomGift['id'], "giftid"=>$randomGift['id'],
// "type"=>$randomGift['type'], "type"=>$randomGift['type'],
// "mark"=>$randomGift['mark'], // "mark"=>$randomGift['mark'],
'type' => 1, // 'type' => 1,
'mark' => 4, 'mark' => 4,
"giftcount"=>1, "giftcount"=>1,
"totalcoin"=>$randomGift['needcoin'], "totalcoin"=>$randomGift['needcoin'],
......
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