定版之后bug修改
This commit is contained in:
@@ -411,11 +411,15 @@ class GiveGift extends Model
|
||||
|
||||
// 推送文字消息 (格式: 张三 送给 李四 趣味礼物 礼物名1 X2,礼物2 X4)
|
||||
$textMessage = $FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'].' 趣味礼物 ' . implode(',', $giftTextList);
|
||||
foreach ($gift_box as $gv) {
|
||||
|
||||
}
|
||||
$box_gift_info =
|
||||
$textData = [
|
||||
'FromUserInfo' => $FromUserInfo,
|
||||
// 'ToUserInfo' => $ToUserInfo,
|
||||
// 'GiftInfo' => $gift_info,
|
||||
// 'GiftNum' => $num,
|
||||
'ToUserInfo' => $ToUserInfo,
|
||||
'GiftInfo' => $gift_box,
|
||||
'GiftNum' => $num,
|
||||
'text' => $textMessage
|
||||
];
|
||||
// 聊天室推送文字消息
|
||||
|
||||
Reference in New Issue
Block a user