add:关系互动

- 入会申请
 - 好友申请
 - 报名邀请
 - 投诉举报
 - 好友关系
This commit is contained in:
2025-05-02 11:32:40 +08:00
parent 6b3c4782a1
commit 7101db7e5c
24 changed files with 1125 additions and 0 deletions

View 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' => '通过'
];