文档
测试

个人中心-首页数据加载

POST
http://t7adp4.natappfree.cc/app/baiyi/user/center

请求参数

参数名
类型
描述
必填
user_id
string
示例:cab441114a40493daf2b7266db59daee
必填
sign
string
示例:7c6a0395790fd7418c462c449ee6ba33
必填
api_version
int
接口版本 1:旧版本 2:新版本
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:数据加载成功
必填
result
object
数据字典
必填
team_info
object
团队卡片数据 数据字典
必填
team_num
int
团队人数 示例:1279
必填
today_team_num
int
团队人数右上角的今日新增人数 示例:0
必填
vip_num
int
会员人数 示例:315
必填
today_vip_num
int
会员人数右上角的今日新增会员 示例:0
必填
team_buy_sn
int
团队采购机具 示例:2290
必填
today_team_buy_sn
int
团队采购机具右上角的今日采购机具数 示例:0
必填
team_active_sn
int
团队激活机具 示例:1426
必填
today_team_active_sn
int
团队激活机具右上角的今日激活机具数示例:0
必填
own_active_sn
int
本人激活机具 示例:8388
必填
today_own_active_sn
int
本人激活机具右上角 今日激活机具
必填
total_active_sn
int
累计激活机具(新版本)
必填
today_total_active_sn
int
累计今日激活机具(新版本)
必填
total_buy_sn
int
累计采购机具(新版本)
必填
today_total_buy_sn
int
累计今日采购机具(新版本)
必填
yesterday_deal_amount
decimal
昨日交易额(新版本)
必填
month_deal_amount
decimal
当月交易额(新版本)
必填
user_info
object
用户信息 数据字典
必填
user_level_img
string
会员等级图标 示例:http://t7adp4.natappfree.cc/upload//201907/default_user_level_img.png
必填
recommand_code
string
推荐码 示例:BYF001
必填
user_score
int
用户积分值 示例:0
必填
user_real_name
string
用户真实姓名 示例:百一付
必填
profit_level_img
string
分润等级图标 示例:http://t7adp4.natappfree.cc/upload//202008/1598597589059.png
必填
user_head_img
string
用户头像 示例:http://t7adp4.natappfree.cc/upload//202007/1594820287224.jpg
必填
profit_info
object
收益卡片数据 数据字典
必填
charge_profit
BigDecimal
充电宝收益 示例:0
必填
total_profit
BigDecimal
总收益 示例:69864.19
必填
payment_profit
BigDecimal
支付收益 示例:3521.19
必填
today_profit
BigDecimal
今日收益 示例:0
必填
other_profit
BigDecimal
其他收益 示例:-3521.19
必填
center_banner
string
底部广告图 示例:http://t7adp4.natappfree.cc/upload//202008/1598684810679.png
必填
notice_count
int
个人中心右上角的消息通知数
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "数据加载成功", "result": { "team_info": { "own_active_sn": 8388, "team_active_sn": 1426, "team_num": 1279, "today_team_num": 0, "today_team_buy_sn": 0, "vip_num": 315, "team_buy_sn": 2290, "today_vip_num": 0, "today_team_active_sn": 0 }, "user_info": { "user_level_img": "http://t7adp4.natappfree.cc/upload//201907/default_user_level_img.png", "recommand_code": "BYF001", "user_score": 0, "user_real_name": "百一付", "profit_level_img": "http://t7adp4.natappfree.cc/upload//202008/1598597589059.png", "user_head_img": "http://t7adp4.natappfree.cc/upload//202007/1594820287224.jpg" }, "profit_info": { "charge_profit": 0, "total_profit": 69864.19, "payment_profit": 3521.19, "today_profit": 0, "other_profit": -3521.19 }, "center_banner": "http://t7adp4.natappfree.cc/upload//202008/1598684810679.png" } }