1
This commit is contained in:
121502
swagger/param_parser.go.txt
121502
swagger/param_parser.go.txt
File diff suppressed because it is too large
Load Diff
@@ -6436,6 +6436,50 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/jxorder/UploadOrderPicking": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"jxorder"
|
||||
],
|
||||
"description": "上传订单拣货图片",
|
||||
"operationId": "JxOrderController.上传订单拣货图片",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "header",
|
||||
"name": "token",
|
||||
"description": "认证token",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "orderId",
|
||||
"description": "订单ID",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "vendorID",
|
||||
"description": "平台ID",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "imgs",
|
||||
"description": "图片url,图片大小限制为10M,长宽比例需要限制为4:3[1,3,2]",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{object} controllers.CallResult"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/jxshop/JxMsg": {
|
||||
"post": {
|
||||
"tags": [
|
||||
|
||||
@@ -4360,6 +4360,36 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/jxorder/UploadOrderPicking:
|
||||
post:
|
||||
tags:
|
||||
- jxorder
|
||||
description: 上传订单拣货图片
|
||||
operationId: JxOrderController.上传订单拣货图片
|
||||
parameters:
|
||||
- in: header
|
||||
name: token
|
||||
description: 认证token
|
||||
required: true
|
||||
type: string
|
||||
- in: formData
|
||||
name: orderId
|
||||
description: 订单ID
|
||||
required: true
|
||||
type: string
|
||||
- in: formData
|
||||
name: vendorID
|
||||
description: 平台ID
|
||||
type: integer
|
||||
format: int64
|
||||
- in: formData
|
||||
name: imgs
|
||||
description: 图片url,图片大小限制为10M,长宽比例需要限制为4:3[1,3,2]
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/jxshop/JxMsg:
|
||||
post:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user