|
@@ -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'])) {
|