5.6校验苹果token.md 1.01 KB

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
code true string 苹果authorizationCode
token true string 苹果identityToken
userId true string 苹果userID
sign true string 签名

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "成功"
}
{
    "errorCode": "1",
    "errorMessage": "请求参数无效"
}
{
    "errorCode": "9",
    "errorMessage": "token验证失败"
}
{
    "errorCode": "8",
    "errorMessage": "token已失效"
}