service = WxAuthService::getInstance(); } /** * 微信 code 登录 * @Method POST */ public function login(): JsonResponse { return jok( $this->service->login(request()->post()), '登录成功' ); } }