get('wechat'); $wechat = new WeChatAPI($config); $info = $wechat->getUserInfo(); return [ 'userinfo' => $info ]; } }