文档
测试

个人中心

POST
http://localhost:8080/app/userCenter

请求参数

参数名
类型
描述
必填
user_id
string
用户id  示例:41840909af844632885424fbc20cae79
必填
sign
string
签名 示例:f27aee873cb30637648995bcaae3d264
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:数据加载成功
必填
result
object
数据字典
必填
user_info
object
用户信息
必填
recommand_code
string
推荐码 示例:L9DHWA
必填
profit_level_name
string
分润等级名称 示例:V1
必填
user_real_name
string
用户姓名 示例:张学友
必填
user_phone
string
用户手机号 示例:18569557087
必填
profit_level_img
string
分润等级图标 示例:
必填
user_head_img
string
用户头像 示例:upload//202112/1639820281855.png
必填
register_time
string
注册时间 示例:2022-01-05 19:11:58
必填
user_id_no
string
身份证号码 示例:
必填
withdraw_out_type
int
提现到账方式 1到支付宝 2到银行卡
必填
isHavingUpLevel
int
示例:0
必填
profit_level_type
int
示例:1
必填
profit_info
object
收益信息
必填
user_balance
int
账户余额 示例:90000
必填
last_month_profit
float
上月收益 示例:11.2
必填
total_profit
float
总收益 示例:11.2
必填
today_profit
int
今日收益 示例:0
必填
current_month_profit
int
当月收益 示例:0
必填
kefu_telephone
string
客服电话 示例:12313123133
必填
notice_count
int
消息通知数量 示例:1
必填
order_info
object
订单统计信息
必填
buy_order_num
int
机具采购订单数量 示例:1
必填
score_exchange_num
int
积分兑换订单数量 示例:0
必填
is_show_rank
int
是否展示龙虎榜 示例:1
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "数据加载成功", "result": { "user_info": { "recommand_code": "L9DHWA", "profit_level_name": "V1", "user_real_name": "张学友", "user_phone": "18569557087", "profit_level_img": "", "user_head_img": "upload//202112/1639820281855.png", "register_time": "2022-01-05 19:11:58", "user_id_no": "" }, "withdraw_out_type": 1, "isHavingUpLevel": 0, "profit_level_type": 1, "profit_info": { "user_balance": 90000, "last_month_profit": 11.2, "total_profit": 11.2, "today_profit": 0, "current_month_profit": 0 }, "kefu_telephone": "12313123133", "notice_count": 1, "order_info": { "buy_order_num": 1, "score_exchange_num": 0 }, "is_show_rank": 1 } }