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