9.1 元码账号注销App.md 1.03 KB

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
sid true string 用户ID
token true string 用户的token
clientPlat true string 客户端平台[i:IOS客户端,a:Android客户端, w: 网页]
sign true string 签名

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "成功"
}
{
    "errorCode": "1",
    "errorMessage": "请求参数无效"
}
{
    "errorCode": "42029",
    "errorMessage": "该账号今日注销次数超限"
}