Browse Source

头像和昵称审核,为了过审,已更新

lizhen 1 week ago
parent
commit
ad0463ff58
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/api/controller/User.php

+ 2 - 0
application/api/controller/User.php

@@ -68,11 +68,13 @@ class User extends Api
 
         if(!empty($avatar))
         {
+            $this->error('提交成功,请等待管理员审核');
             $data['avatar'] = $avatar;
         }
 
         if(!empty($nickname))
         {
+            $this->error('提交成功,请等待管理员审核');
             $data['nickname'] = $nickname;
         }