前端文案“会员”改成“成员”

This commit is contained in:
kuaifan
2022-07-15 18:46:18 +08:00
parent 0a99ecdd9b
commit 3fe6ab0e79
8 changed files with 11 additions and 11 deletions

View File

@@ -599,7 +599,7 @@ class UsersController extends AbstractController
//
$userInfo = User::find($userid);
if (empty($userInfo)) {
return Base::retError('会员不存在或已被删除');
return Base::retError('成员不存在或已被删除');
}
$userInfo->checkSystem(1);
//