推送消息加换行
This commit is contained in:
@@ -1002,7 +1002,7 @@ class SendGift extends Model
|
||||
}
|
||||
}else{
|
||||
if($gift_info['label'] == 17) {
|
||||
$label_text .= $FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'] . ' 礼物 ' . $gift_info['gift_name'] . ' x ' . $num . '\n';
|
||||
$label_text .= $FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'] . ' 礼物 ' . $gift_info['gift_name'] . ' x ' . $num . '\\n';
|
||||
$ToUserInfos[] = $ToUserInfo;
|
||||
}else{
|
||||
$text = $FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'] . ' 礼物 ' . $gift_info['gift_name'] . ' x ' . $num;
|
||||
|
||||
Reference in New Issue
Block a user