diff --git a/app/wechat/service/WechatService.php b/app/wechat/service/WechatService.php index 64b619486..1db5c42df 100644 --- a/app/wechat/service/WechatService.php +++ b/app/wechat/service/WechatService.php @@ -260,7 +260,7 @@ class WechatService extends Service } elseif ((empty($isfull) && !empty($openid)) || (!empty($isfull) && !empty($openid) && !empty($userinfo))) { return ['openid' => $openid, 'fansinfo' => $userinfo]; } else { - throw new \think\Exception('Query Params [rcode] not find.'); + throw new \think\Exception('Query params [rcode] not find.'); } } else { $result = self::ThinkServiceConfig()->oauth($this->app->session->getId(), $source, $isfull);