# 获取第三方业务域名的校验文件
本接口用于获取第三方平台小程序业务域名的校验文件。
使用过程中如遇到问题,可在开放平台服务商专区发帖交流。
# 请求地址
POST https://api.weixin.qq.com/cgi-bin/component/get_domain_confirmfile?access_token=COMPONENT_ACCESS_TOKEN
# 请求参数说明
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | String | 是 | 第三方平台令牌 component_access_token |
# 返回参数说明
参数 | 类型 | 说明 |
---|---|---|
errcode | Number | 返回码 |
errmsg | String | 错误信息 |
file_name | String | 文件名 |
file_content | String | 文件内容 |
返回结果示例:
{
"errcode": 0,
"errmsg": "ok",
"file_name": "xxx",
"file_content": "xxxxxx"
}
# 返回码说明
返回码 | 说明 |
---|---|
-1 | 系统繁忙 |
其他错误码 | 请查看全局错误码 |