1
This commit is contained in:
@@ -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