diff --git a/src/Kernel/BaseClient.php b/src/Kernel/BaseClient.php index 97ea24c..6b45eea 100644 --- a/src/Kernel/BaseClient.php +++ b/src/Kernel/BaseClient.php @@ -57,18 +57,6 @@ class BaseClient { $this->accessToken = $accessToken ?? $this->app['access_token']; } - /** - * 单独设置openid - * @param string $openid - * @return $this - * @author zhaoxiang - */ - public function setOpenid(string $openid): BaseClient { - $this->app['config']['openid'] = $openid; - - return $this; - } - /** * @param string $url * @param array $query