dever 7 years ago
parent
commit
c42ad4869e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      component/src/Auth.php

+ 1 - 1
component/src/Auth.php

@@ -101,7 +101,7 @@ class Auth
 				$param['pic'] = $result['authorizer_info']['head_img'];
 				$param['qrcode'] = $qrcode['url'];
 				$param['username'] = $result['authorizer_info']['user_name'];
-				$param['desc'] = '1';
+				//$param['desc'] = '1';
 				$param['mdate'] = time();
 				
 				if (isset($result['authorizer_info']['MiniProgramInfo'])) {