开放平台代设置业务域名的时候为什么会报86069?
public function request($url, $method = 'GET', $options = []): ResponseInterface
{
$method = strtoupper($method);
$options = array_merge(self::$defaults, $options, ['handler' => $this->getHandlerStack()]);
$options = $this->fixJsonIssue($options);
if (property_exists($this, 'baseUri') && !is_null($this->baseUri)) {
$options['base_uri'] = $this->baseUri;
}
$response = $this->getHttpClient()->request($method, $url, $options);
$response->getBody()->rewind();
print_r($response->getBody()->getContents());//我加这一行就打印出来86069,否则就是85301
return $response;
}
我正常报错返回的是no domain to modify after filtered, please confirm the domain has been set in miniprogram or open, and follows the rule of domains 在请求获取rid的时候 怎么提示是这个呢 {"errcode":86069,"errmsg":"owner_setting必填字段字段缺失 rid: 6705f121-60a13778-26d24fd1"}