| 123456789101112131415 |
- <?php
- return [
- 'user_surp_team_count' => [20001, '团队席位邀请数量已达上限'],
- 'user_invite_self_team' => [20002, '这是您自己的团队,请勿邀请自己!'],
- 'user_invite_other_team' => [20003, '该用户已加入其它团队!'],
- 'user_team_empty' => [20004, '团队id不能为空!'],
- 'user_phone_empty' => [20005, '手机号码不能为空!'],
- 'user_invite_self_other_team' => [20006, '不允许加入此团队!您已加入了其它团队!'],
- 'user_has_join_team' => [20007, '您已加入此团队!'],
- 'user_team_join_code_empty' => [20008, '邀请码不能为空!'],
- 'user_yet_invite_team' => [20009, '该成员已邀请!'],
- 'user_invite_expire' => [20010, '邀请链接已过期!'],
- 'user_feedback_limited' => [20020, '您今天已经提交了3个反馈,明天再试试~'],
- ];
|