个人资料修改 - 初始化
创建于 2022-11-19 /
953
字体:
[默认]
[大]
[更大]
简要描述
个人资料修改 - 初始化
接口版本
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | Devil | 2020-10-07 |
请求URL
personal/index
请求方式
POST
公共参数
参数名 | 是否必须 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
application | 是 | string | web | 请求应用、参考公共中详解 |
application_client_type | 是 | string | pc | 请求客户端、参考公共中详解 |
token | 否 | string | token |
返回示例
正确时返回
{
"msg": "success",
"code": 0,
"data": {
"data": {
"id": "469",
"number_code": "8732997469",
"system_type": "default",
"alipay_openid": "",
"weixin_openid": "",
"weixin_unionid": "",
"weixin_web_openid": "",
"baidu_openid": "",
"toutiao_openid": "",
"toutiao_unionid": "",
"qq_openid": "",
"qq_unionid": "",
"kuaishou_openid": "",
"status": "0",
"token": "a8422d2fb14dd8323a44e7e0c7bceb47",
"username": "pppppp",
"nickname": "",
"mobile": "",
"email": "",
"gender": "0",
"avatar": "http://shopxo.com/static/index/default/images/default-user-avatar.jpg",
"province": "",
"city": "",
"county": "",
"birthday": "",
"address": "",
"integral": "0",
"locking_integral": "0",
"referrer": "0",
"plugins_user_level": "0",
"plugins_distribution_level": "0",
"is_delete_time": "0",
"add_time": "1668859279",
"upd_time": "1668859279",
"add_time_text": "2022-11-19 20:01:19",
"upd_time_text": "2022-11-19 20:01:19",
"gender_text": "保密",
"mobile_security": "",
"email_security": "",
"address_info": "",
"user_name_view": "pppppp"
},
"gender_list": [
{
"id": 0,
"name": "保密",
"checked": true
},
{
"id": 1,
"name": "女"
},
{
"id": 2,
"name": "男"
}
]
}
}
错误时返回
{
"msg": "error",
"code": -1,
"data": []
}
返回参数说明 -> data
用户基础数据
备注
更多返回错误代码请看首页的错误代码描述
0 人点赞过