文档
测试

业绩-我的

POST
http://localhost:8080/app/wolian/bussiness/my

接口描述

月份默认传当前月份 格式2021-01 产品筛选传product_id 值去product_list的id

请求参数

参数名
类型
描述
必填
user_id
string
示例:696928852bf74f94b4fcd34c93895f5a
必填
sign
string
示例:8562534273c5317636c1d119bd8940ea
必填
product_id
string
示例:
必填
month
string
示例:2021-01
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
old_data
object
存量套餐数据 数据字典
必填
stop_old_amount
int
已欠费停机存量套餐额 示例:0
必填
month_old_profit
int
当月存量套餐收益 示例:0
必填
month_old_amount
int
当月存量套餐缴费额 示例:0
必填
total_old_porfit
int
累计存量套餐收益 示例:0
必填
total_old_amount
int
累计存量套餐缴费额 示例:0
必填
new_data
object
新户入网数据 数据字典
必填
month_new_num
int
当月新户入网张数 示例:0
必填
total_new_porfit
int
累计新户入网收益 示例:0
必填
month_new_profit
int
当月新户入网收益 示例:0
必填
total_new_num
int
累计新户入网张数 示例:0
必填
stop_new_num
int
已欠费停机张数 示例:0
必填

说明 / 示例

{ "code": 0, "errors": { }, "msg": "操作成功", "result": { "old_data": { "stop_old_amount": 0, "month_old_profit": 0, "month_old_amount": 0, "total_old_porfit": 0, "total_old_amount": 0 }, "new_data": { "month_new_num": 0, "total_new_porfit": 0, "month_new_profit": 0, "total_new_num": 0, "stop_new_num": 0 }, "product_list": [ { "id": "1", "product_name": "幸福家家乐59元套餐(单卡)" } ] } }