# Get third-party platform business domain name validation file
Interface should be called on the server side, seeHattori API。
# Interface Dxplaination
# Interface name
getThirdpartyJumpDomainConfirmFile
# Functional description
This interface is used to obtain the verification file of the third party platform Mini Program business domain name.
If you encounter problems during use, you canOpen Platform Service Provider ZonePosting exchanges.
# Calling mode
# HTTPS call
POST https://api.weixin.qq.com/cgi-bin/component/get_domain_confirmfile?access_token=ACCESS_TOKEN
# Return parameters
attribute | type | Introductions |
---|---|---|
errcode | number | Return code |
errmsg | string | Error message |
file_name | string | file name |
file_content | string | Document Contents |
# Call Example
Example Dxplaination: HTTPS requests
# Sample Request Data
POST https://api.weixin.qq.com/cgi-bin/component/get_domain_confirmfile?access_token=COMPONENT_ACCESS_TOKEN
# Return Data Example
{
"errcode": 0,
"errmsg": "ok",
"file_name": "xxx"
"file_content": "XXXXXX"
}
# Error code
Error code | Error code | Solutions |
---|---|---|
-1 | system error | The system is busy, please wait for the developer to try again |