3.9 更改邮箱(已注册邮箱)发激活邮件.md
1.3 KB
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| emailAddr | true | string | 收件人地址 |
| content | true | string | 激活链接 |
| clientPlat | true | string | 客户端平台[i:IOS客户端,a:Android客户端, w: 网页] |
| sign | true | string | 签名 |
返回格式说明:
{
"errorCode":"0",
"errorMessage":"成功"
}
{
"errorCode":"1",
"errorMessage":"请求参数无效"
}
{
"errorCode":"41017",
"errorMessage":"邮箱格式错误"
}
{
"errorCode": "41005",
"errorMessage": "ClientPlat无效"
}
{
"errorCode": "41054",
"errorMessage": "该邮箱未注册"
}
{
"errorCode": "41055",
"errorMessage": "邮件发送失败"
}
{
"errorCode":"40005",
"errorMessage":"其他错误"
}