xxxrrrdddd 3 years ago
parent
commit
a38f77d44a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/User.php

+ 1 - 1
application/api/controller/User.php

@@ -420,7 +420,7 @@ class User extends Api
         ]);
         $session=Mini::mini($data['type'])->auth->session($data['code']);
         if(empty($session['session_key'])){
-            $this->error('授权出错:'.json_encode($session));
+            $this->error('授权出错:'.json_encode($session,JSON_UNESCAPED_UNICODE));
         }
         $decryptedData=[];
         if(!empty($data['encryptedData']) && !empty($data['iv'])) {