文档
测试

团队详情

POST
http://localhost:8080/app/new/member/detail

接口描述

请求地址变了 请求参数不变 返回的数据结构做了调整

请求参数

参数名
类型
描述
必填
team_user_id
string
示例:e72b4fca8f70428cb1a733ce3384e248
必填
sign
string
示例:9d7fc713c43c06d74017f868117d5a3b
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
team_info
object
团队信息 跟之前保持一致 数据字典
必填
month_add_num
int
示例:0
必填
team_num
int
示例:0
必填
today_add_num
int
示例:0
必填
user_info
object
用户信息 跟之前保持一致 数据字典
必填
level_name
string
示例:普通用户
必填
user_real_name
string
示例:未实名
必填
user_phone
string
示例:13572225145
必填
user_head_img
string
示例:https://hnsd-cloud.oss-accelerate.aliyuncs.com/1661534085140.png
必填
register_time
string
示例:2022-11-15 20:08:08
必填
group_deal
object
同业绩 团队交易
必填
quick_amount
string
示例:0.00
必填
total_amount
string
示例:0.00
必填
repay_amount
string
示例:0.00
必填
outland_amount
string
示例:0.00
必填
pos_amount
string
示例:0.00
必填
owner_deal
object
同业绩 Ta的交易
必填
quick_amount
string
示例:0.00
必填
total_amount
string
示例:0.00
必填
repay_amount
string
示例:0.00
必填
outland_amount
string
示例:0.00
必填
pos_amount
string
示例:0.00
必填
direct_deal
object
同业绩 直营交易
必填
quick_amount
string
示例:0.00
必填
total_amount
string
示例:0.00
必填
repay_amount
string
示例:0.00
必填
outland_amount
string
示例:0.00
必填
pos_amount
string
示例:0.00
必填
pos_info
object
机具统计 数据字典
必填
buy_sn
int
采购机具 示例:0
必填
exchange_sn
int
兑换机具 示例:0
必填
active_sn
int
激活机具 示例:0
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "team_info": { "month_add_num": 0, "team_num": 0, "today_add_num": 0 }, "user_info": { "level_name": "普通用户", "user_real_name": "未实名", "user_phone": "13572225145", "user_head_img": "https://hnsd-cloud.oss-accelerate.aliyuncs.com/1661534085140.png", "register_time": "2022-11-15 20:08:08" }, "group_deal": { "quick_amount": "0.00", "total_amount": "0.00", "repay_amount": "0.00", "outland_amount": "0.00", "pos_amount": "0.00" }, "owner_deal": { "quick_amount": "0.00", "total_amount": "0.00", "repay_amount": "0.00", "outland_amount": "0.00", "pos_amount": "0.00" }, "direct_deal": { "quick_amount": "0.00", "total_amount": "0.00", "repay_amount": "0.00", "outland_amount": "0.00", "pos_amount": "0.00" }, "pos_info": { "buy_sn": 0, "exchange_sn": 0, "today_active_num": 0 } } }