1
This commit is contained in:
@@ -3912,6 +3912,31 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/jxorder/GetOrderRequirePicture:
|
||||
get:
|
||||
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
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/jxorder/GetSupplySupportStoreSkus:
|
||||
get:
|
||||
tags:
|
||||
@@ -4380,11 +4405,12 @@ paths:
|
||||
- in: formData
|
||||
name: vendorID
|
||||
description: 平台ID
|
||||
required: true
|
||||
type: integer
|
||||
format: int64
|
||||
- in: formData
|
||||
name: imgs
|
||||
description: 图片url,图片大小限制为10M,长宽比例需要限制为4:3[1,3,2]
|
||||
name: mediaList
|
||||
description: 返图参数
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user