1
This commit is contained in:
@@ -2241,63 +2241,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/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": [
|
||||
@@ -2566,13 +2509,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/bind/UpdateMtActivity": {
|
||||
"/bind/StoreOrderList": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"bind"
|
||||
],
|
||||
"description": "更新美团任务数据",
|
||||
"operationId": "BiddingController.更新美团任务数据",
|
||||
"description": "统计门店订单数量",
|
||||
"operationId": "BiddingController.统计门店订单数量",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "header",
|
||||
@@ -2580,6 +2523,46 @@
|
||||
"description": "认证token",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "startTime",
|
||||
"description": "开始时间",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "endTime",
|
||||
"description": "结束时间",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "storeIDs",
|
||||
"description": "门店ID",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "vendorId",
|
||||
"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": {
|
||||
@@ -17110,9 +17093,7 @@
|
||||
"in": "formData",
|
||||
"name": "storeId",
|
||||
"description": "门店ID",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
|
||||
Reference in New Issue
Block a user