订单分成记录
POST
http://192.168.0.148:3000/order/brokerage
接口描述
查看订单的分成比例数据与结算状态
请求头
参数名
类型
描述
必填
code
string
示例:识别码
必填
请求参数
参数名
类型
描述
必填
end_time
string
结束时间
必填
name
status
名字
必填
order_no
status
订单号
必填
page_size
int
页面大小
必填
phone
string
电话
必填
start_time
string
开始时间
必填
status
string
状态 已结算、待结算、撤销
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
total
int
统计数据列表数量 示例:48
必填
id
int
id 示例:48
必填
order_id
object
订单id 示例:null
必填
order_no
string
订单号 示例:202012071610275458
必填
user_type
int
用于类型 示例:1
必填
relation_id
int
关联id 示例:48
必填
ratio
int
分成比 示例:0
必填
real_ratio
int
实际提成比例 示例:0
必填
amount
string
金额 示例:0.0000
必填
status
string
订单状态 示例:待结算
必填
create_time
string
创建时间 示例:2020-12-07 16:10:27
必填
settlement_time
object
结算时间 示例:null
必填
name
string
代理商名字 示例:测试顶级代理
必填
phone
int
电话 示例:12312312312
必填
role
string
角色 示例:代理商
必填
msg
string
示例:订单分成记录
必填