19 lines
539 B
PHP
19 lines
539 B
PHP
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Type' => '类型',
|
|
'Type single' => '单聊',
|
|
'Type group' => '群聊',
|
|
'Type service' => '服务号',
|
|
'User_one' => '用户',
|
|
'User_two' => '会话对象',
|
|
'Service' => '服务号会话对象',
|
|
'Chat_id' => '群聊或服务号id',
|
|
'Createtime' => '创建时间',
|
|
'User.nickname' => '昵称',
|
|
'Service 1' => '新朋友',
|
|
'Service 2' => '群通知',
|
|
'Service 3' => '智能客服小蜜',
|
|
];
|