# Get audit results

Query brand and category audit results based on audit id.

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/shop/audit/result?access_token=xxxxxxxxx

# Request Parameter Sample

{
    "audit_id": "HIDFUSHJRIYAAAAAAAA"
}

# Return Package Example

{
    "errcode": 0,
    "errmsg":"ok",
    "data": {
        "status": 9,
        "brand_id": 0,
        "reject_reason": "Please resubmit for review."
    }
}

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
audit_id number yes Id returned when submitting for review

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
data.status number Review status, 0: Ongoing, 1: Successful, 9: Rejected
data.brand_id number If brand audit, returnbrand_id
data.reject_reason string If the audit is rejected, return the reason for the rejection