1
This commit is contained in:
126482
swagger/param_parser.go.txt
126482
swagger/param_parser.go.txt
File diff suppressed because it is too large
Load Diff
@@ -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": [
|
||||
|
||||
@@ -1528,6 +1528,45 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/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:
|
||||
@@ -1709,6 +1748,21 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/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:
|
||||
@@ -8467,12 +8521,6 @@ paths:
|
||||
description: 订单/运单ID
|
||||
required: true
|
||||
type: string
|
||||
- in: formData
|
||||
name: vendorID
|
||||
description: 订单/运单所属厂商ID
|
||||
required: true
|
||||
type: integer
|
||||
format: int64
|
||||
- in: formData
|
||||
name: printType
|
||||
description: 打印类型[1-取消/0-售后]
|
||||
@@ -10186,6 +10234,21 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/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:
|
||||
|
||||
Reference in New Issue
Block a user