This commit is contained in:
邹宗楠
2026-01-07 15:21:22 +08:00
parent f63d8d0bc8
commit 5ee8f4c32a
10 changed files with 62078 additions and 61291 deletions

View File

@@ -12557,8 +12557,8 @@
"tags": [
"order"
],
"description": "批量更新店铺开票申请",
"operationId": "OrderController.批量更新店铺开票申请",
"description": "查询打印机列表",
"operationId": "OrderController.查询打印机列表",
"parameters": [
{
"in": "header",
@@ -18583,6 +18583,64 @@
}
}
},
"/store/GetCitySettlementInfo": {
"get": {
"tags": [
"store"
],
"description": "根据城市code统计京西收益",
"operationId": "StoreController.根据城市code统计京西收益",
"parameters": [
{
"in": "query",
"name": "cityCode",
"description": "京西门店城市列表[1,2,3],缺省不限制",
"type": "string"
},
{
"in": "query",
"name": "vendorIds",
"description": "京西门店ID列表[1,2,3],缺省不限制",
"type": "string"
},
{
"in": "query",
"name": "start",
"description": "起始时间1970-01-01 00:00:00",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "end",
"description": "结束时间1970-01-01 23:59:59",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "size",
"description": "每页最大数",
"required": true,
"type": "integer",
"format": "int64"
},
{
"in": "query",
"name": "offset",
"description": "跳过数量",
"required": true,
"type": "integer",
"format": "int64"
}
],
"responses": {
"200": {
"description": "{object} controllers.CallResult"
}
}
}
},
"/store/GetCorporationInfo": {
"get": {
"tags": [
@@ -19517,6 +19575,64 @@
}
}
},
"/store/GetStoreSettlementInfo": {
"get": {
"tags": [
"store"
],
"description": "统计门店订单结算以及京西收益,与美团订单对比",
"operationId": "StoreController.统计门店订单结算以及京西收益,与美团订单对比",
"parameters": [
{
"in": "query",
"name": "storeIDs",
"description": "京西门店ID列表[1,2,3],缺省不限制",
"type": "string"
},
{
"in": "query",
"name": "vendorIds",
"description": "京西门店ID列表[1,2,3],缺省不限制",
"type": "string"
},
{
"in": "query",
"name": "start",
"description": "起始时间1970-01-01 00:00:00",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "end",
"description": "结束时间1970-01-01 23:59:59",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "size",
"description": "每页最大数",
"required": true,
"type": "integer",
"format": "int64"
},
{
"in": "query",
"name": "offset",
"description": "跳过数量",
"required": true,
"type": "integer",
"format": "int64"
}
],
"responses": {
"200": {
"description": "{object} controllers.CallResult"
}
}
}
},
"/store/GetStoreTotalScoreList": {
"post": {
"tags": [