# Check decoration service use status

# Interface call specification

http Request method: POST
https://api.weixin.qq.com/product/decoration/wxaproduct_decoration_check_status?access_token=xxx

# Request Parameter Sample

{
    " service_id" : 2
}

# Return Package Example

{
    “status”: 1
    "errcode": 0,
    "errmsg":""
}

# Request Parameter Dxplaination

parameter type Required Required Introductions
service_id number yes Service id

# Return parameter specification

parameter type Introductions
status number 1 means enabled, 2 means not enabled
Errcode number Error code: 10027 Decoration service does not existThis site is not available.10030 Failed to get Mini Store information, please check Mini Store appidOther indicates system error
errmsg string Error message

# Note

The query is access._Token corresponds to third-party service providers and Mini Stores appid.