|
|
@@ -11358,48 +11358,6 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "/WrTrade2/QueryPerformancePlanStep": {
|
|
|
- "get": {
|
|
|
- "security": [
|
|
|
- {
|
|
|
- "ApiKeyAuth": []
|
|
|
- }
|
|
|
- ],
|
|
|
- "produces": [
|
|
|
- "application/json"
|
|
|
- ],
|
|
|
- "tags": [
|
|
|
- "仓单贸易v2"
|
|
|
- ],
|
|
|
- "summary": "查询履约信息详情",
|
|
|
- "parameters": [
|
|
|
- {
|
|
|
- "type": "integer",
|
|
|
- "description": "履约计划id(performanceplanid)",
|
|
|
- "name": "planid",
|
|
|
- "in": "query",
|
|
|
- "required": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "OK",
|
|
|
- "schema": {
|
|
|
- "type": "array",
|
|
|
- "items": {
|
|
|
- "$ref": "#/definitions/models.WrPerformancePlanStep"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "500": {
|
|
|
- "description": "Internal Server Error",
|
|
|
- "schema": {
|
|
|
- "$ref": "#/definitions/app.Response"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"/WrTrade2/QueryWrFactorTypeInfo": {
|
|
|
"get": {
|
|
|
"security": [
|
|
|
@@ -11606,6 +11564,48 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/WrTrade2/QueryWrPerformancePlanStep": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "仓单贸易v2"
|
|
|
+ ],
|
|
|
+ "summary": "查询履约信息详情",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "履约计划id(performanceplanid)",
|
|
|
+ "name": "planid",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/models.WrPerformancePlanStep"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/WrTrade2/QueryWrPosition": {
|
|
|
"get": {
|
|
|
"security": [
|