|
@@ -23635,32 +23635,6 @@ paths:
|
|
|
summary: 查询履约信息
|
|
summary: 查询履约信息
|
|
|
tags:
|
|
tags:
|
|
|
- 仓单贸易v2
|
|
- 仓单贸易v2
|
|
|
- /WrTrade2/QueryPerformancePlanStep:
|
|
|
|
|
- get:
|
|
|
|
|
- parameters:
|
|
|
|
|
- - description: 履约计划id(performanceplanid)
|
|
|
|
|
- in: query
|
|
|
|
|
- name: planid
|
|
|
|
|
- required: true
|
|
|
|
|
- type: integer
|
|
|
|
|
- produces:
|
|
|
|
|
- - application/json
|
|
|
|
|
- responses:
|
|
|
|
|
- "200":
|
|
|
|
|
- description: OK
|
|
|
|
|
- schema:
|
|
|
|
|
- items:
|
|
|
|
|
- $ref: '#/definitions/models.WrPerformancePlanStep'
|
|
|
|
|
- type: array
|
|
|
|
|
- "500":
|
|
|
|
|
- description: Internal Server Error
|
|
|
|
|
- schema:
|
|
|
|
|
- $ref: '#/definitions/app.Response'
|
|
|
|
|
- security:
|
|
|
|
|
- - ApiKeyAuth: []
|
|
|
|
|
- summary: 查询履约信息详情
|
|
|
|
|
- tags:
|
|
|
|
|
- - 仓单贸易v2
|
|
|
|
|
/WrTrade2/QueryWrFactorTypeInfo:
|
|
/WrTrade2/QueryWrFactorTypeInfo:
|
|
|
get:
|
|
get:
|
|
|
parameters:
|
|
parameters:
|
|
@@ -23791,6 +23765,32 @@ paths:
|
|
|
summary: 查询仓单委托单(挂单)
|
|
summary: 查询仓单委托单(挂单)
|
|
|
tags:
|
|
tags:
|
|
|
- 仓单贸易v2
|
|
- 仓单贸易v2
|
|
|
|
|
+ /WrTrade2/QueryWrPerformancePlanStep:
|
|
|
|
|
+ get:
|
|
|
|
|
+ parameters:
|
|
|
|
|
+ - description: 履约计划id(performanceplanid)
|
|
|
|
|
+ in: query
|
|
|
|
|
+ name: planid
|
|
|
|
|
+ required: true
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ produces:
|
|
|
|
|
+ - application/json
|
|
|
|
|
+ responses:
|
|
|
|
|
+ "200":
|
|
|
|
|
+ description: OK
|
|
|
|
|
+ schema:
|
|
|
|
|
+ items:
|
|
|
|
|
+ $ref: '#/definitions/models.WrPerformancePlanStep'
|
|
|
|
|
+ type: array
|
|
|
|
|
+ "500":
|
|
|
|
|
+ description: Internal Server Error
|
|
|
|
|
+ schema:
|
|
|
|
|
+ $ref: '#/definitions/app.Response'
|
|
|
|
|
+ security:
|
|
|
|
|
+ - ApiKeyAuth: []
|
|
|
|
|
+ summary: 查询履约信息详情
|
|
|
|
|
+ tags:
|
|
|
|
|
+ - 仓单贸易v2
|
|
|
/WrTrade2/QueryWrPosition:
|
|
/WrTrade2/QueryWrPosition:
|
|
|
get:
|
|
get:
|
|
|
description: 页面 现货仓单->现货汇总/库存汇总; 预售仓单->订单汇总
|
|
description: 页面 现货仓单->现货汇总/库存汇总; 预售仓单->订单汇总
|