# 获取第三方平台业务域名校验文件
接口应在服务器端调用,详细说明参见服务端API。
# 接口说明
# 接口英文名
getThirdpartyJumpDomainConfirmFile
# 功能描述
本接口用于获取第三方平台小程序业务域名的校验文件。
使用过程中如遇到问题,可在开放平台服务商专区发帖交流。
# 调用方式
# HTTPS 调用
POST https://api.weixin.qq.com/cgi-bin/component/get_domain_confirmfile?access_token=ACCESS_TOKEN
# 返回参数
属性 | 类型 | 说明 |
---|---|---|
errcode | number | 返回码 |
errmsg | string | 错误信息 |
file_name | string | 文件名 |
file_content | string | 文件内容 |
# 调用示例
示例说明: HTTPS请求
# 请求数据示例
POST https://api.weixin.qq.com/cgi-bin/component/get_domain_confirmfile?access_token=COMPONENT_ACCESS_TOKEN
# 返回数据示例
{
"errcode": 0,
"errmsg": "ok",
"file_name": "xxx",
"file_content": "xxxxxx"
}
# 错误码
错误码 | 错误码取值 | 解决方案 |
---|---|---|
-1 | system error | 系统繁忙,此时请开发者稍候再试 |