groupbuyingstatistics - 团购统计接口
- api/marketing/groupbuyingstatistics/getgroupbuyingandorderstatisticslist GET 团购订单按天汇总查询
- api/marketing/groupbuyingstatistics/getgroupbuyingandordercountlistbystatus GET 团购订单各状态按天汇总查询
- api/marketing/groupbuyingstatistics/getordersummary GET 团购订单明细汇总查询
- api/marketing/groupbuyingstatistics/getordercountbystatus GET 团购订单状态统计查询
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| endDate | date | |
| shopId | integer | |
| startDate | date |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | [...] | |
| ┆- date | date | 日期 |
| ┆- groupBuyingCount | integer | 团购数量 |
| ┆- id | integer | id |
| ┆- money | decimal number | 订单金额 |
| ┆- payedCount | integer | 成交笔数 |
| pageIndex | integer | |
| pageSize | integer | |
| sumData | {...} | |
| ┆- date | date | 日期 |
| ┆- groupBuyingCount | integer | 团购数量 |
| ┆- id | integer | id |
| ┆- money | decimal number | 订单金额 |
| ┆- payedCount | integer | 成交笔数 |
| totalCount | integer |
响应示例
application/json, text/json
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| endDate | date | |
| shopId | integer | |
| startDate | date |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | [...] | |
| ┆- allCount | integer | 全部 |
| ┆- date | date | 日期 |
| ┆- id | integer | id |
| ┆- unDeliveredCount | integer | 待发货 |
| ┆- unPaidCount | integer | 待付款 |
| ┆- unTakeSelfCount | integer | 待自提 |
| pageIndex | integer | |
| pageSize | integer | |
| sumData | {...} | |
| ┆- allCount | integer | 全部 |
| ┆- date | date | 日期 |
| ┆- id | integer | id |
| ┆- unDeliveredCount | integer | 待发货 |
| ┆- unPaidCount | integer | 待付款 |
| ┆- unTakeSelfCount | integer | 待自提 |
| totalCount | integer |
响应示例
application/json, text/json
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| endDate | date | |
| pageIndex | integer | |
| pageSize | integer | |
| shopId | integer | |
| startDate | date |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | [...] | |
| ┆- id | integer | id |
| ┆- money | decimal number | 金额 |
| ┆- price | decimal number | 单价 |
| ┆- productCode | string | 商品编码 |
| ┆- productId | integer | 商品Id |
| ┆- productName | string | 商品名称 |
| ┆- qty | integer | 数量 |
| ┆- spec | string | 规格 |
| pageIndex | integer | |
| pageSize | integer | |
| sumData | {...} | |
| ┆- id | integer | id |
| ┆- money | decimal number | 金额 |
| ┆- price | decimal number | 单价 |
| ┆- productCode | string | 商品编码 |
| ┆- productId | integer | 商品Id |
| ┆- productName | string | 商品名称 |
| ┆- qty | integer | 数量 |
| ┆- spec | string | 规格 |
| totalCount | integer |
响应示例
application/json, text/json
请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| groupBuyingId | integer |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| count | integer | 数量 |
| id | integer | id |
| status | string | 0:未支付; 1:已支付; 2:已退款; 3:已发货; 4:已完成; 5:已过期; 6:已关闭; 7:支付失败; 8:已确认 |
| statusName | string | 状态名称 |
响应示例
application/json, text/json
[
{
"status": 0,
"statusName": "",
"count": 2,
"id": 3
},
{
"status": 0,
"statusName": "",
"count": 2,
"id": 3
}
]