add:消息
This commit is contained in:
20
application/admin/lang/zh-cn/zy/link/message.php
Normal file
20
application/admin/lang/zh-cn/zy/link/message.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Type' => '消息类型',
|
||||
'From_id' => '来源id',
|
||||
'User_id' => '目标用户',
|
||||
'Content' => '消息内容',
|
||||
'Status' => '状态',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
'User.nickname' => '昵称',
|
||||
|
||||
'Type0' => '系统消息',
|
||||
'Type1' => '通知消息',
|
||||
'Type2' => '用户消息',
|
||||
'Type3' => '俱乐部消息',
|
||||
|
||||
'Status0' => '未读',
|
||||
'Status1' => '已读'
|
||||
];
|
||||
Reference in New Issue
Block a user