文档
测试

数据加载

POST
http://localhost:8080/applet/manager/center

请求参数

参数名
类型
描述
必填
manager_id
string
登录账户id 示例:a3dfec3ac70e4170ab1955f128dc431f
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
data_info
object
数据字典
必填
agent_name
string
姓名 示例:李立强
必填
agent_phone
string
手机号 示例:18182108646
必填
account_desc
string
姓名手机号 下面的描述文字 示例:总部微信支付账号 | 加盟时间:2022-08-26 15:59:30
必填
today_profit
int
今日收益 示例:0
必填
month_profit
int
当月收益 示例:50
必填
total_profit
int
累计收益 示例:50
必填
total_withdraw
int
累计提现 示例:0
必填
balance
int
账户余额 示例:0
必填
kf_tel
string
售后客服电话 我的页面点击售后客服拨打电话
可选

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "data_info": { "month_profit": 50, "agent_name": "李立强", "balance": 0, "account_desc": "总部微信支付账号 | 加盟时间:2022-08-26 15:59:30", "total_profit": 50, "agent_phone": "18182108646", "today_profit": 0, "total_withdraw": 0 } } }