|
|
@@ -217,13 +217,19 @@ var doc = `{
|
|
|
"description": "预售商品ID列表 - 格式:1,2,3",
|
|
|
"name": "goodsids",
|
|
|
"in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "预售商品代码",
|
|
|
+ "name": "goodscode",
|
|
|
+ "in": "query"
|
|
|
}
|
|
|
],
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "OK",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/cptrade.Cptradepresalegoodsex"
|
|
|
+ "$ref": "#/definitions/cptrade.QueryPresaleGoodsExRsp"
|
|
|
}
|
|
|
},
|
|
|
"500": {
|
|
|
@@ -312,7 +318,7 @@ var doc = `{
|
|
|
"200": {
|
|
|
"description": "OK",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/delivery.Deliveryrelation"
|
|
|
+ "$ref": "#/definitions/delivery.QueryDeliveryRelationRsp"
|
|
|
}
|
|
|
},
|
|
|
"500": {
|
|
|
@@ -538,94 +544,6 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "cptrade.Cptradepresalegoodsex": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "goodsid"
|
|
|
- ],
|
|
|
- "properties": {
|
|
|
- "attachmenturl": {
|
|
|
- "description": "附件地址",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "createtime": {
|
|
|
- "description": "创建时间",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "endtime": {
|
|
|
- "description": "预售结束时间",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "floorprice": {
|
|
|
- "description": "底价[大宗式竞拍]",
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "goodsdetail": {
|
|
|
- "description": "详情[大宗]",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "goodsid": {
|
|
|
- "description": "商品ID(预售)",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "goodunit": {
|
|
|
- "description": "报价单位",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "marketid": {
|
|
|
- "description": "预售市场ID - 根据预售模式选择市场",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "presaledamount": {
|
|
|
- "description": "已预售总金额(预售结束时更新)",
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "presaledqty": {
|
|
|
- "description": "已预售量(预售结束时更新)",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "presalemode": {
|
|
|
- "description": "预售模式 - 1:一口价 2:大宗式竞拍",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "presaleqty": {
|
|
|
- "description": "预售数量",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "refprice": {
|
|
|
- "description": "参考价格[一口价]",
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "relatedgoodsid": {
|
|
|
- "description": "关联交易合约ID",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "relatedmarketid": {
|
|
|
- "description": "关联交易合约市场ID",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "sellstatus": {
|
|
|
- "description": "卖方处理状态 - 1:卖方头寸未处理 2:卖方头寸已处理",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "startprice": {
|
|
|
- "description": "起拍价[大宗式竞拍]",
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "starttime": {
|
|
|
- "description": "预售开始时间",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "tradedate": {
|
|
|
- "description": "交易日(yyyyMMdd)",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "tradeprice": {
|
|
|
- "description": "成交价[大宗]",
|
|
|
- "type": "number"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"cptrade.Cptradeusergoodsdata": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
@@ -778,7 +696,95 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "delivery.Deliveryrelation": {
|
|
|
+ "cptrade.QueryPresaleGoodsExRsp": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "goodsid"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "attachmenturl": {
|
|
|
+ "description": "附件地址",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "createtime": {
|
|
|
+ "description": "创建时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "endtime": {
|
|
|
+ "description": "预售结束时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "floorprice": {
|
|
|
+ "description": "底价[大宗式竞拍]",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "goodsdetail": {
|
|
|
+ "description": "详情[大宗]",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsid": {
|
|
|
+ "description": "商品ID(预售)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "goodunit": {
|
|
|
+ "description": "报价单位",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "marketid": {
|
|
|
+ "description": "预售市场ID - 根据预售模式选择市场",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "presaledamount": {
|
|
|
+ "description": "已预售总金额(预售结束时更新)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "presaledqty": {
|
|
|
+ "description": "已预售量(预售结束时更新)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "presalemode": {
|
|
|
+ "description": "预售模式 - 1:一口价 2:大宗式竞拍",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "presaleqty": {
|
|
|
+ "description": "预售数量",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "refprice": {
|
|
|
+ "description": "参考价格[一口价]",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "relatedgoodsid": {
|
|
|
+ "description": "关联交易合约ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "relatedmarketid": {
|
|
|
+ "description": "关联交易合约市场ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "sellstatus": {
|
|
|
+ "description": "卖方处理状态 - 1:卖方头寸未处理 2:卖方头寸已处理",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "startprice": {
|
|
|
+ "description": "起拍价[大宗式竞拍]",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "starttime": {
|
|
|
+ "description": "预售开始时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "tradedate": {
|
|
|
+ "description": "交易日(yyyyMMdd)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "tradeprice": {
|
|
|
+ "description": "成交价[大宗]",
|
|
|
+ "type": "number"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "delivery.QueryDeliveryRelationRsp": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
"begindate",
|