自助使用卡密
POST
/myauth/web/selfUseCkey会更新所有在线账号信息
请求参数
Body 参数application/json
user
string
必需
ckey
string
必需
skey
string
必需
示例
{
"user": "860405609",
"ckey": "YKce18943031674d7ca28920e16601fb5f",
"skey": "ecbb9d39-7fe9-49d1-bd06-162b068fa4b6"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "使用卡密成功、邮箱提醒用户失败、请检查邮箱系统配置。",
"sign": "",
"result": null,
"timestamp": 1654953939897
}
最后修改时间: 2 年前