bug修改
This commit is contained in:
@@ -648,7 +648,7 @@ class Decorate extends Model
|
||||
'createtime' => time()
|
||||
]);
|
||||
//推送消息
|
||||
$FromUserInfo = db::name('vs_user')->where(['id' => $uid])->find();
|
||||
$FromUserInfo = db::name('user')->where(['id' => $uid])->find();
|
||||
$text = $FromUserInfo['nickname'] . ' 在本房间使用了房间热度卡 提升房间'.$increase_hot_value.'热度';
|
||||
$text = [
|
||||
'FromUserInfo' => $FromUserInfo,
|
||||
@@ -698,7 +698,7 @@ class Decorate extends Model
|
||||
'createtime' => time()
|
||||
]);
|
||||
//推送消息
|
||||
$FromUserInfo = db::name('vs_user')->where(['id' => $uid])->find();
|
||||
$FromUserInfo = db::name('user')->where(['id' => $uid])->find();
|
||||
$text = $FromUserInfo['nickname'] . ' 在本房间使用了房间热度卡 提升房间'.$increase_hot_value_all.'热度';
|
||||
$text = [
|
||||
'FromUserInfo' => $FromUserInfo,
|
||||
|
||||
Reference in New Issue
Block a user