getLoginConfig(); if (!empty($url)) { try { // 检测公众号配置是否成功 $wechat_auth = ( new WechatAuthService() )->jssdkConfig($url); } catch (\Exception $e) { $res[ 'wechat_error' ] = $e->getMessage(); } } return $res; } }