红包第11次修改
This commit is contained in:
@@ -67,9 +67,9 @@ class Redpacket extends Model
|
|||||||
'change_value' => $data['total_amount'],
|
'change_value' => $data['total_amount'],
|
||||||
'room_id' => $data['room_id'],
|
'room_id' => $data['room_id'],
|
||||||
'money_type' => $data['coin_type'],
|
'money_type' => $data['coin_type'],
|
||||||
'change_type' => $coinField == self::COIN_GOLD ? 32 : 29,
|
'change_type' => $data['coin_type'] == self::COIN_GOLD ? 32 : 29,
|
||||||
'from_id' => $data['room_id'],
|
'from_id' => $data['room_id'],
|
||||||
'remarks' => $coinField == self::COIN_GOLD ? '金币(发红包)' : '钻石(发红包)',
|
'remarks' => $data['coin_type'] == self::COIN_GOLD ? '金币(发红包)' : '钻石(发红包)',
|
||||||
'createtime' => time()
|
'createtime' => time()
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user