1
This commit is contained in:
@@ -9036,6 +9036,40 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/order/StoreOrderRank:
|
||||
get:
|
||||
tags:
|
||||
- order
|
||||
description: 门店订单排行统计
|
||||
operationId: OrderController.门店订单排行统计
|
||||
parameters:
|
||||
- in: header
|
||||
name: token
|
||||
description: 认证token
|
||||
required: true
|
||||
type: string
|
||||
- in: query
|
||||
name: start
|
||||
description: 起始时间
|
||||
required: true
|
||||
type: string
|
||||
- in: query
|
||||
name: end
|
||||
description: 结束时间
|
||||
required: true
|
||||
type: string
|
||||
- in: query
|
||||
name: storeID
|
||||
description: 门店id,[1,2,3]
|
||||
type: string
|
||||
- in: query
|
||||
name: rank
|
||||
description: 排序方式,订单中粮,[DESC,ASC]
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/order/TransferJdsOrder:
|
||||
post:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user