# Query Mini Program Name Audit Status
Interface should be called on the server side, seeHattori API。
# Interface Dxplaination
# Interface name
getNickNameStatus
# Functional description
- callSet Name Interface初始值 id(audit_Id), use this interface to query the status of the renaming audit.
- If you encounter problems during use, you canOpen Platform Service Provider ZonePosting exchanges.
# Calling mode
# HTTPS call
POST https://api.weixin.qq.com/wxa/api_wxa_querynickname?access_token=ACCESS_TOKEN
# Third Party Invocation
The calling method and parameters are the same as HTTPS, only the calling token is different
The permission set id to which this interface belongs is: 30, 61
After the service provider has been authorized with one of the permission sets, it can do so by usingauthorizer_access_TokenCalling on behalf of the merchant
# Request parameters
attribute | type | Required | Introductions |
---|---|---|---|
access_Token | string | yes | Interface invokes the certificate, which is URL Parameters, non Body Parameters. useauthorizer_access_Token |
audit_id | number | yes | Audit Sheet Id, bySet Name Interfacereturn |
# Return parameters
attribute | type | Introductions |
---|---|---|
errcode | number | Return code |
errmsg | string | Error message |
nickname | string | Audit Nickname |
audit_stat | number | Audit status, 1: Audit in progress, 2: Failed audit, 3: Successful audit |
fail_reason | string | Reasons for failure |
create_time | number | Review Submission Time |
audit_time | number | Audit Completion Time |
# Call Example
Example Dxplaination: HTTPS requests
# Sample Request Data
{
"audit_id": 12345
}
# Return Data Example
{
"errcode": 0,
"errmsg": "ok",
"nickname": "xxx"
"audit_stat": 2,
"fail_reason": "xxx"
"create_time": 1519724071,
"audit_time": 1519724950
}
# Error code
Error code | Error code | Solutions |
---|---|---|
-1 | system error | The system is busy, please wait for the developer to try again |
40001 | invalid credential access_Token isinvalid or not latest | Obtain access_Token time AppSecret Error, or access_Token Invalid. Please take the developer more seriously. AppSecret Of the correctness, or to see if you are working for the appropriate Official Account message template Call interface |
0 | ok | ok |
91011 | Can not find the nickname change audit sheet information | Can not find the nickname change audit sheet information |