发红包 推送

This commit is contained in:
2025-10-11 18:09:36 +08:00
parent 65bb1b0c53
commit d7c48a5ae0
3 changed files with 13 additions and 2 deletions

View File

@@ -232,7 +232,8 @@ class RedpacketService
'left_amount' => $redpacket['left_amount'],
'left_count' => $redpacket['left_count'],
'coin_type' => $redpacket['coin_type'],
'status' => $redpacket['status']
'status' => $redpacket['status'],
'nickname' => Db::name('user')->where('id', $redpacket['user_id'])->value('nickname')
],
'my_record' => $myRecord ? [
'amount' => $myRecord['amount'],