1
This commit is contained in:
125682
swagger/param_parser.go.txt
125682
swagger/param_parser.go.txt
File diff suppressed because it is too large
Load Diff
@@ -18591,6 +18591,13 @@
|
||||
"description": "根据城市code统计京西收益",
|
||||
"operationId": "StoreController.根据城市code统计京西收益",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "header",
|
||||
"name": "token",
|
||||
"description": "认证token",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "cityCode",
|
||||
@@ -18632,6 +18639,13 @@
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "ranke",
|
||||
"description": "排序字段 order_count,desc",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -19583,6 +19597,13 @@
|
||||
"description": "统计门店订单结算以及京西收益,与美团订单对比",
|
||||
"operationId": "StoreController.统计门店订单结算以及京西收益,与美团订单对比",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "header",
|
||||
"name": "token",
|
||||
"description": "认证token",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "storeIDs",
|
||||
@@ -19624,6 +19645,13 @@
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "ranke",
|
||||
"description": "排序字段 order_count,desc",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
@@ -12620,6 +12620,11 @@ paths:
|
||||
description: 根据城市code统计京西收益
|
||||
operationId: StoreController.根据城市code统计京西收益
|
||||
parameters:
|
||||
- in: header
|
||||
name: token
|
||||
description: 认证token
|
||||
required: true
|
||||
type: string
|
||||
- in: query
|
||||
name: cityCode
|
||||
description: 京西门店城市列表[1,2,3],缺省不限制
|
||||
@@ -12650,6 +12655,11 @@ paths:
|
||||
required: true
|
||||
type: integer
|
||||
format: int64
|
||||
- in: query
|
||||
name: ranke
|
||||
description: 排序字段 order_count,desc
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
@@ -13294,6 +13304,11 @@ paths:
|
||||
description: 统计门店订单结算以及京西收益,与美团订单对比
|
||||
operationId: StoreController.统计门店订单结算以及京西收益,与美团订单对比
|
||||
parameters:
|
||||
- in: header
|
||||
name: token
|
||||
description: 认证token
|
||||
required: true
|
||||
type: string
|
||||
- in: query
|
||||
name: storeIDs
|
||||
description: 京西门店ID列表[1,2,3],缺省不限制
|
||||
@@ -13324,6 +13339,11 @@ paths:
|
||||
required: true
|
||||
type: integer
|
||||
format: int64
|
||||
- in: query
|
||||
name: ranke
|
||||
description: 排序字段 order_count,desc
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
|
||||
Reference in New Issue
Block a user