add:关系互动
- 入会申请 - 好友申请 - 报名邀请 - 投诉举报 - 好友关系
This commit is contained in:
23
application/admin/lang/zh-cn/zy/link/apply.php
Normal file
23
application/admin/lang/zh-cn/zy/link/apply.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Type' => '申请类型',
|
||||
'User_id' => '用户id',
|
||||
'Target_id' => '目标id',
|
||||
'Content' => '内容',
|
||||
'Status' => '状态',
|
||||
'Reason' => '申请理由',
|
||||
'Reply' => '审核理由',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
'User.nickname' => '昵称',
|
||||
'Club.name' => '俱乐部名称',
|
||||
|
||||
'Type1' => '入会申请',
|
||||
'Type2' => '好友申请',
|
||||
'Type3' => '报名邀请',
|
||||
|
||||
'Status-1' => '拒绝',
|
||||
'Status1' => '发起',
|
||||
'Status2' => '通过'
|
||||
];
|
||||
23
application/admin/lang/zh-cn/zy/link/complaint.php
Normal file
23
application/admin/lang/zh-cn/zy/link/complaint.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Type' => '投诉类型',
|
||||
'Target_id' => '投诉对象',
|
||||
'Name' => '投诉名称',
|
||||
'User_id' => '用户',
|
||||
'Username' => '称呼',
|
||||
'Phone' => '手机号',
|
||||
'Imgs' => '图片',
|
||||
'Content' => '投诉内容',
|
||||
'Status' => '状态',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
'User.nickname' => '昵称',
|
||||
|
||||
'Type1' => '系统投诉',
|
||||
'Type2' => '影圈举报',
|
||||
'Type3' => '用户举报',
|
||||
|
||||
'Status0' => '待处理',
|
||||
'Status1' => '已处理'
|
||||
];
|
||||
21
application/admin/lang/zh-cn/zy/link/relation.php
Normal file
21
application/admin/lang/zh-cn/zy/link/relation.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'User_id' => '用户id',
|
||||
'Target_id' => '目标id',
|
||||
'Status' => '关系',
|
||||
'Content' => '开放权限',
|
||||
'Remark' => '备注名称',
|
||||
'Look' => '让看',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
'User.nickname' => '昵称',
|
||||
|
||||
'Status-1' => '拉黑',
|
||||
'Status0' => '取关',
|
||||
'Status1' => '关注',
|
||||
'Status2' => '特别关注',
|
||||
|
||||
'Look0' => '不让看',
|
||||
'Look1' => '让看'
|
||||
];
|
||||
Reference in New Issue
Block a user