# Get the audit results

Check the audit result of brand and category according to audit id.

# Dxplaination of Interface Call Request

http请求方式:POST
https://api.weixin.qq.com/shop/audit/result?access_token=xxxxxxxxx

# Example of request parameters

{
    "audit_id": "HIDFUSHJRIYAAAAAAAA"
}

# Examples of back-up

{
    "errcode": 0,
    "errmsg":"ok",
    "data": {
        "status": 9,
        "brand_id": 0,
        "reject_reason": "请重新提交审核"
    }
}

# Dxplaination of request parameters

参数 type Is it compulsory? Introductions
audit_id number yes Id returned when submitting an audit

# Dxplaination of callback parameters

参数 type Introductions
errcode number Error code
errmsg string Error message
data.status number Audit status, 0: Audit in progress, 1: Audit successful, 9: Audit rejected
data.brand_id number If it is a brand audit, returnbrand_id
data.reject_reason string If the review is rejected, return the reason for the refusal