文档
测试

统计商户

POST
http://localhost/merchant/index/statSeller

接口描述

统计店铺的密码线的订单信息

请求头

参数名
类型
描述
必填
code
string
示例:识别码
必填

请求参数

参数名
类型
描述
必填
keyword
必填
start
string
开始时间
必填
end
string
结束时间
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
array
数据列表
必填
sid
int
商户id 示例:5
必填
agency_id
int
代理商id 示例:48
必填
total_amount
int
总计金额 示例:60
必填
total_refund
int
总计退款金额 示例:0
必填
total_pay_amount
int
总计支付金额 示例:60
必填
total_pay_refund
int
总计支付退款 示例:0
必填
total_num
int
总计次数 示例:6
必填
name
string
商户名字 示例:商铺1011
必填
msg
string
示例:商户统计
必填

说明 / 示例

{ "code": 1, "data": [{ "sid": 5, "agency_id": 48, "total_amount": 100, "total_refund": 20, "total_pay_amount": 100, "total_pay_refund": 20, "total_num": 10, "name": "商铺1011" }], "msg": "商户统计" }