This commit is contained in:
邹宗楠
2026-06-24 16:17:43 +08:00
parent c4717ecec7
commit 5bbc71a47f
20 changed files with 61039 additions and 60687 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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": [

View File

@@ -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: