This commit is contained in:
邹宗楠
2026-03-31 14:02:51 +08:00
parent 29de059c4f
commit 44b4249bc8
9 changed files with 63726 additions and 63088 deletions

View File

@@ -2241,6 +2241,63 @@
}
}
},
"/bind/GetActivityList": {
"get": {
"tags": [
"bind"
],
"description": "更新美团任务数据",
"operationId": "BiddingController.更新美团任务数据",
"parameters": [
{
"in": "header",
"name": "token",
"description": "认证token",
"required": true,
"type": "string"
},
{
"in": "formData",
"name": "startTime",
"description": "开始时间",
"required": true,
"type": "string"
},
{
"in": "formData",
"name": "endTime",
"description": "结束时间",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "storeIDs",
"description": "门店ID",
"type": "string"
},
{
"in": "query",
"name": "offset",
"description": "结果起始序号以0开始缺省为0",
"type": "integer",
"format": "int64"
},
{
"in": "query",
"name": "pageSize",
"description": "结果页大小缺省为50-1表示全部",
"type": "integer",
"format": "int64"
}
],
"responses": {
"200": {
"description": "{object} controllers.CallResult"
}
}
}
},
"/bind/GetBiddingMsg": {
"get": {
"tags": [
@@ -2509,6 +2566,29 @@
}
}
},
"/bind/UpdateMtActivity": {
"get": {
"tags": [
"bind"
],
"description": "更新美团任务数据",
"operationId": "BiddingController.更新美团任务数据",
"parameters": [
{
"in": "header",
"name": "token",
"description": "认证token",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "{object} controllers.CallResult"
}
}
}
},
"/bind/UpdateStockBySkuID": {
"post": {
"tags": [
@@ -12492,14 +12572,6 @@
"required": true,
"type": "string"
},
{
"in": "formData",
"name": "vendorID",
"description": "订单/运单所属厂商ID",
"required": true,
"type": "integer",
"format": "int64"
},
{
"in": "formData",
"name": "printType",
@@ -15021,6 +15093,29 @@
}
}
},
"/sku/BatchGetChannelCategoryMapping": {
"get": {
"tags": [
"sku"
],
"description": "更新最新的分类树",
"operationId": "SkuController.更新最新的分类树",
"parameters": [
{
"in": "header",
"name": "token",
"description": "认证token",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "{object} controllers.CallResult"
}
}
}
},
"/sku/BatchSetBoxPrice": {
"post": {
"tags": [