红包第11次修改

This commit is contained in:
2025-10-11 16:26:18 +08:00
parent ec2110c07d
commit 60283af40f

View File

@@ -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()
]; ];