qifengquan 1 year ago
parent
commit
f28fec9fcc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application/api/controller/User.php

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

@@ -172,8 +172,6 @@ class User extends Api
         $company = $this->request->post('company');
         $company_site = $this->request->post('company_site');
         $avatar = $this->request->post('avatar', '', 'trim,strip_tags,htmlspecialchars');
-        print_r(base64_decode($avatar));
-        exit();
         if ($username) {
             $exists = \app\common\model\User::where('username', $username)->where('id', '<>', $this->auth->id)->find();
             if ($exists) {