文档
测试

个人中心

POST
http://yun-pay.hs499.com/app/newUi/dylm/center

请求头

参数名
类型
描述
必填
sign
String
验证签名,防止参数篡改,测试可以不填
必填

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
team_info
object
团队管理
必填
team_active_sn
int
团队激活机具数量
必填
today_team_active_sn
int
团队今日激活机具数量
必填
team_num
int
团队人数
必填
today_team_num
int
团队今日新增人数
必填
team_buy_sn
int
团队采购机具数量
必填
today_team_buy_sn
int
团队今日采购机具数量
必填
today_deal_amount
decimal
团队今日交易额
必填
month_deal_amount
decimal
团队当月交易额
必填
user_info
object
用户信息
必填
user_level_img
string
会员等级图片
必填
user_level_name
string
会员等级名称
必填
profit_level_name
string
分润等级名称
必填
profit_level_img
string
分润等级图片
必填
user_real_name
string
用户真实姓名
必填
user_head_img
string
用户头像
必填
register_time
string
注册时间
必填
profit_info
object
我的收益
必填
today_profit
decimal
今日收益
必填
yesterday_profit
decimal
昨日收益
必填
current_month_profit
decimal
本月收益
必填
last_month_profit
decimal
上月收益
必填
total_profit
decimal
总收益
必填
isHavingUpLevel
int
是否显示隐藏会员升级 0:否 1:是
必填
profit_level_type
int
用户分润等级提升规则 1:整体交易量 2:独立交易量
必填
kefu_telephone
string
客服电话
必填
notice_count
int
未读消息数量
必填
is_show_rank
int
是否显示龙虎榜 0不显示 1显示
必填
withdraw_out_type
int
提现到账方式:1到支付宝 2到银行卡
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "数据加载成功", "result": { "team_info": { "team_active_sn": 0, "team_num": 1, "today_team_num": 0, "today_team_buy_sn": 0, "team_buy_sn": 1, "today_deal_amount": 0, "month_deal_amount": 0, "today_team_active_sn": 0 }, "user_info": { "user_level_img": "http://yun-pay.hs499.com/upload//201907/default_user_level_img.png", "user_level_name": "普通用户", "profit_level_name": "", "user_real_name": "杜光飞", "profit_level_img": "http://yun-pay.hs499.com/", "user_deal_pwd": "30095a6bb887e89be729a1887d7d4057", "user_head_img": "http://yun-pay.hs499.com/upload//202007/1595416343736.png", "register_time": "" }, "withdraw_out_type": 1, "isHavingUpLevel": 0, "profit_level_type": 1, "profit_info": { "last_month_profit": 0, "yesterday_profit": 0, "total_profit": 0, "today_profit": 0, "current_month_profit": 0 }, "kefu_telephone": "敬请期待", "notice_count": 0, "is_show_rank": 0 } }