测试:-歌手认证成功后,需要推送消息提醒用户已认证成功 (32)
This commit is contained in:
@@ -81,11 +81,11 @@ class SingerSong extends adminApi
|
||||
}elseif($data['status'] ==2){
|
||||
$deal_content = '审核拒绝';
|
||||
}
|
||||
if(!empty($remark)){
|
||||
if(!empty($data['remark'])){
|
||||
$deal_content .= ',原因:'.$data['remark'];
|
||||
}
|
||||
db::name('system_message')->insert([
|
||||
'title' => '房间审核结果',
|
||||
'title' => '歌手认证审核结果',
|
||||
'content' => '您的歌手认证申请 '.$deal_content,
|
||||
'type' => 1,
|
||||
'admin_id' => Session::get('admin_id'),
|
||||
|
||||
Reference in New Issue
Block a user