A1 账户信息
GET
/api/user/Account/info请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
isOk
boolean
是否成功
data
object
成功返回的数据
user_type
string
用户类型
email
string
邮箱
phone
string
手机号
reg_time
string
注册日期
vip_end
string
VIP到期时间
如果是VIP才会有
svip_end
string
SVIP到期时间
账户为SVIP才会有
mnp_status
string
小程序绑定状态
num_apply
integer
申请证书次数
num_apply_success
integer
申请证书成功次数
num_del_manual
integer
手动删除证书次数
num_coin
integer
积分数量
num_sms
integer
短信数量
num_path
integer
独立通道数量
isError
boolean
是否错误
error
string
失败信息
示例
{
"isOk": true,
"isError": false,
"data": {
"user_type": "VIP",
"email": "xxx@qq.com",
"phone": "152xxxxxxx",
"reg_time": "2018-06-27 21:20:51",
"vip_end": "2028-06-27 21:20:51",
"mnp_status": "已经绑定",
"num_apply": 1138,
"num_apply_success": 1083,
"num_del_manual": 52,
"num_coin": 562,
"num_sms": 441,
"num_path": 429
}
}
最后修改时间: 1 个月前