# Login verification

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/product/service/check_auth?component_access_Token = xxxxxxxxx

# Request Parameter Sample

{
    "code": "324545"
}

# Return Package Example

{
    "errcode": 0,
    "errmsg":"ok",
    "data":
    {
        "appid" :  "wx666666666",
        " service_id": 123,
        "specification_id":"spec1",
        "order_id":123
    }
}

# Request Parameter Dxplaination

parameter type Required Required Introductions
code string yes Jump code(Mini Store service market jump to the third-party url inside will bring code)

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
data.appid string Mini Program ID
data.service_id number Service ID, unsigned 64-bit integer
data.specification_id string Specification ID
data.order_id number Order ID, unsigned 64-bit integer

# Return code

Return code Type of error
-1 System exception
-2 Token is too long
1 Code expired or does not exist