作者 郭文星

'3123'

... ... @@ -11,6 +11,7 @@ use think\Exception;
*/
class Client extends Api
{
protected $noNeedLogin = [''];
protected $noNeedRight = ['*'];
protected $postParam;
protected $store_id;
... ...
... ... @@ -200,7 +200,7 @@ class Wechat extends Api
if($user_id !=0){
$data['token'] = $this->auth->getToken();
$data['user_info'] = $user;
$data['user_info'] =$this->auth->getUserinfo();
$this->success('完成',$data);
}else{
$this->error('code处理失败');
... ...