This commit is contained in:
邹宗楠
2025-12-22 17:40:50 +08:00
parent 1ad75133e5
commit 37d7e9edd8
8 changed files with 61610 additions and 61255 deletions

View File

@@ -13334,6 +13334,56 @@
}
}
},
"/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": [