消息中间件类型修复
This commit is contained in:
parent
87cf4b25b5
commit
381531f49e
@ -1,7 +1,7 @@
|
||||
# TaoLer
|
||||
|
||||
版本:TaoLer 1.6.4
|
||||
日期:2020.12.09
|
||||
版本:TaoLer 1.6.6
|
||||
日期:2021.1.30
|
||||
官网:http://www.aieok.com
|
||||
测试:http://adm.aieok.com 账号test 密码test123
|
||||
|
||||
|
@ -122,4 +122,5 @@ return [
|
||||
'in' => 'in',
|
||||
'accumulate points' => 'Accumulate points',
|
||||
'my post' => 'My post',
|
||||
'my auth' => 'My authorize'
|
||||
];
|
@ -123,6 +123,7 @@ return [
|
||||
'in' => '在',
|
||||
'accumulate points' => '積分',
|
||||
'my post' => '我的帖子',
|
||||
'my auth' => '我的授权'
|
||||
|
||||
|
||||
];
|
@ -20,7 +20,7 @@ class Message
|
||||
$response = $next($request);
|
||||
|
||||
if(session('user_id')){
|
||||
MessageIns::insertMsg(session('user_id'));
|
||||
MessageIns::insertMsg((int)session('user_id'));
|
||||
}
|
||||
return $response;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user