收藏
回答

开放平台代设置业务域名的时候为什么会报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"}

回答关注问题邀请回答
收藏

1 个回答

  • 第三方平台小助手
    第三方平台小助手
    10-12

    你好,报错{"errcode":86069,"errmsg":"owner_setting必填字段字段缺失 rid: 6705f121-60a13778-26d24fd1"}------------非设置业务域名接口,实际调用的是 /cgi-bin/component/setprivacysetting 设置小程序用户隐私保护指引接口,请求包

    联系方式至少选择1种

    10-12
    有用
    回复 2
    • APP小程序网站开发&服务器租用
      APP小程序网站开发&服务器租用
      10-19
      10-19
      回复
    • 第三方平台小助手
      第三方平台小助手
      10-21回复APP小程序网站开发&服务器租用
      请参考 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/TroubleShooting.html 自助排查
      10-21
      回复
登录 后发表内容