@@ -1030,8 +1030,8 @@ var doc = `{
"required": true
},
{
- "type": "integer",
- "description": "套保计划状态 - 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回",
+ "type": "string",
+ "description": "套保计划状态(允许多个,逗号隔开) - 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回",
"name": "HedgePlanStatus",
"in": "query",
@@ -1014,8 +1014,8 @@
@@ -6855,11 +6855,11 @@ paths:
name: userId
required: true
type: integer
- - description: 套保计划状态 - 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回
+ - description: 套保计划状态(允许多个,逗号隔开) - 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回
in: query
name: HedgePlanStatus
- type: integer
+ type: string
produces:
- application/json
responses: