|
@@ -805,109 +805,13 @@ var doc = `{
|
|
|
"summary": "新增现货合同申请",
|
|
"summary": "新增现货合同申请",
|
|
|
"parameters": [
|
|
"parameters": [
|
|
|
{
|
|
{
|
|
|
- "type": "string",
|
|
|
|
|
- "description": "现货合同编号",
|
|
|
|
|
- "name": "contractno",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "现货合同类型, 1:采购 -1:销售",
|
|
|
|
|
- "name": "contracttype",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "所属机构",
|
|
|
|
|
- "name": "areauserid",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "资金账户ID",
|
|
|
|
|
- "name": "accountid",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "客户ID",
|
|
|
|
|
- "name": "customeruserid",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "客户资金账户ID",
|
|
|
|
|
- "name": "customeraccountid",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "description": "签订日期, 格式:yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
- "name": "signdate",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "description": "交货时间, 格式:yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
- "name": "lastdate",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "description": "合同附件",
|
|
|
|
|
- "name": "contractattachment",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "初始保证金支付方, 1:买方 2:卖方",
|
|
|
|
|
- "name": "orimarginpayer",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "number",
|
|
|
|
|
- "description": "初始保证金",
|
|
|
|
|
- "name": "orimargin",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "description": "备注",
|
|
|
|
|
- "name": "remark",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "市场ID",
|
|
|
|
|
- "name": "marketid",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "申请人",
|
|
|
|
|
- "name": "creatorid",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "type": "integer",
|
|
|
|
|
- "description": "明细",
|
|
|
|
|
- "name": "details",
|
|
|
|
|
- "in": "query",
|
|
|
|
|
- "required": true
|
|
|
|
|
|
|
+ "description": "申请参数",
|
|
|
|
|
+ "name": "AddSpotContractApplyReq",
|
|
|
|
|
+ "in": "body",
|
|
|
|
|
+ "required": true,
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/erms3.AddSpotContractApplyReq"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"responses": {
|
|
"responses": {
|
|
@@ -4452,6 +4356,88 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "erms3.AddSpotContractApplyReq": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "required": [
|
|
|
|
|
+ "accountid",
|
|
|
|
|
+ "areauserid",
|
|
|
|
|
+ "contractno",
|
|
|
|
|
+ "contracttype",
|
|
|
|
|
+ "customeraccountid",
|
|
|
|
|
+ "customeruserid",
|
|
|
|
|
+ "details",
|
|
|
|
|
+ "lastdate",
|
|
|
|
|
+ "marketid",
|
|
|
|
|
+ "orimargin",
|
|
|
|
|
+ "orimarginpayer",
|
|
|
|
|
+ "signdate"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "accountid": {
|
|
|
|
|
+ "description": "资金账户ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "areauserid": {
|
|
|
|
|
+ "description": "所属机构",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "contractattachment": {
|
|
|
|
|
+ "description": "合同附件",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "contractno": {
|
|
|
|
|
+ "description": "现货合同编号",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "contracttype": {
|
|
|
|
|
+ "description": "现货合同类型 - 1:采购 -1:销售",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "creatorid": {
|
|
|
|
|
+ "description": "申请人",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "customeraccountid": {
|
|
|
|
|
+ "description": "客户资金账户ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "customeruserid": {
|
|
|
|
|
+ "description": "客户ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "details": {
|
|
|
|
|
+ "description": "明细",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/erms3.SoptContractDetail"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "lastdate": {
|
|
|
|
|
+ "description": "交货时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "marketid": {
|
|
|
|
|
+ "description": "市场ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "orimargin": {
|
|
|
|
|
+ "description": "初始保证金",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "orimarginpayer": {
|
|
|
|
|
+ "description": "初始保证金支付方 -1:买方 2:卖方",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "remark": {
|
|
|
|
|
+ "description": "备注",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "signdate": {
|
|
|
|
|
+ "description": "签订日期",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"erms3.AddSpotContractApplyRsp": {
|
|
"erms3.AddSpotContractApplyRsp": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"required": [
|
|
"required": [
|
|
@@ -4525,6 +4511,135 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "erms3.SoptContractDetail": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "required": [
|
|
|
|
|
+ "deliverygoodsid",
|
|
|
|
|
+ "producttype",
|
|
|
|
|
+ "unitname",
|
|
|
|
|
+ "warehouseid",
|
|
|
|
|
+ "wrstandardid",
|
|
|
|
|
+ "wrstandardname"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "deliverygoodsdesc": {
|
|
|
|
|
+ "description": "现货品种说明",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodsid": {
|
|
|
|
|
+ "description": "现货品种ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodsname": {
|
|
|
|
|
+ "description": "现货品种名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "pointdesc": {
|
|
|
|
|
+ "description": "点价描述",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "producttype": {
|
|
|
|
|
+ "description": "产品类型 1:标准仓单 2:等标 3:非标",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "producttypename": {
|
|
|
|
|
+ "description": "产品类型名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "spotPointOrderVoList": {
|
|
|
|
|
+ "description": "点价列表",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/erms3.SpotPointOrder"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "spotPriceOrderList": {
|
|
|
|
|
+ "description": "定价列表",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/erms3.SpotPriceOrder"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "unitname": {
|
|
|
|
|
+ "description": "单位名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "warehouseid": {
|
|
|
|
|
+ "description": "仓库ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "warehousename": {
|
|
|
|
|
+ "description": "仓库名称",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardid": {
|
|
|
|
|
+ "description": "交易标的ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardname": {
|
|
|
|
|
+ "description": "交易标的名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "erms3.SpotPointOrder": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "required": [
|
|
|
|
|
+ "basic",
|
|
|
|
|
+ "enddate",
|
|
|
|
|
+ "goodsid",
|
|
|
|
|
+ "qty",
|
|
|
|
|
+ "startdate"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "basic": {
|
|
|
|
|
+ "description": "基差",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "enddate": {
|
|
|
|
|
+ "description": "点价结束日期",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsid": {
|
|
|
|
|
+ "description": "商品ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsname": {
|
|
|
|
|
+ "description": "商品名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "qty": {
|
|
|
|
|
+ "description": "数量",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "startdate": {
|
|
|
|
|
+ "description": "点价开始日期",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "erms3.SpotPriceOrder": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "required": [
|
|
|
|
|
+ "amount",
|
|
|
|
|
+ "price",
|
|
|
|
|
+ "qty"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "amount": {
|
|
|
|
|
+ "description": "金额",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "price": {
|
|
|
|
|
+ "description": "价格",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "qty": {
|
|
|
|
|
+ "description": "数量",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"hsby.QueryProvincesAndCitiesRsp": {
|
|
"hsby.QueryProvincesAndCitiesRsp": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|