文档
测试

业绩-账单延期

POST
http://localhost:8080/app/baiyi/bussiness/billReturn

请求参数

参数名
类型
描述
必填
user_id
string
示例:cab441114a40493daf2b7266db59daee
必填
sign
string
示例:7c6a0395790fd7418c462c449ee6ba33
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
small_return
object
完美消费卡片数据 数据字典
必填
small_return_all_profit
string
累计直营收益额 示例:0.00
必填
small_return_month_amount
string
当月直营交易额 示例:0.00
必填
small_return_team_all_amount
string
累计团队交易额 示例:5533.00
必填
small_return_all_amount
string
累计直营交易额 示例:5533.00
必填
small_return_team_all_profit
string
累计团队收益额 示例:0.00
必填
small_return_team_month_amount
string
当月团队交易额 示例:0.00
必填
total_amount
string
累计交易额 示例:6518.00
必填
big_return
object
极速消费卡片数据 数据字典
必填
big_return_team_all_amount
string
累计团队交易额 示例:985.00
必填
big_return_team_month_amount
string
当月团队交易额 示例:0.00
必填
big_return_all_profit
string
累计直营收益额 示例:0.00
必填
big_return_team_all_profit
string
累计团队收益额 示例:0.00
必填
big_return_all_amount
string
累计直营交易额 示例:985.00
必填
big_return_month_amount
string
当月直营交易额 示例:0.00
必填
pay_return
object
快捷收银卡片数据 数据字典
必填
pay_return_all_profit
string
累计直营收益额 示例:0.00
必填
pay_return_month_amount
string
当月直营交易额 示例:0.00
必填
pay_return_team_all_amount
string
累计团队交易额 示例:0.00
必填
pay_return_all_amount
string
累计直营交易额 示例:0.00
必填
pay_return_team_month_amount
string
当月团队交易额 示例:0.00
必填
pay_return_team_all_profit
string
累计团队收益额 示例:0.00
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "small_return": { "small_return_all_profit": "0.00", "small_return_month_amount": "0.00", "small_return_team_all_amount": "5533.00", "small_return_all_amount": "5533.00", "small_return_team_all_profit": "0.00", "small_return_team_month_amount": "0.00" }, "total_amount": "6518.00", "big_return": { "big_return_team_all_amount": "985.00", "big_return_team_month_amount": "0.00", "big_return_all_profit": "0.00", "big_return_team_all_profit": "0.00", "big_return_all_amount": "985.00", "big_return_month_amount": "0.00" }, "pay_return": { "pay_return_all_profit": "0.00", "pay_return_month_amount": "0.00", "pay_return_team_all_amount": "0.00", "pay_return_all_amount": "0.00", "pay_return_team_month_amount": "0.00", "pay_return_team_all_profit": "0.00" } } }