|
|
@@ -12689,6 +12689,12 @@ var doc = `{
|
|
|
"description": "每页条数",
|
|
|
"name": "pagesize",
|
|
|
"in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "所属栏目id",
|
|
|
+ "name": "columnid",
|
|
|
+ "in": "query"
|
|
|
}
|
|
|
],
|
|
|
"responses": {
|
|
|
@@ -13648,7 +13654,7 @@ var doc = `{
|
|
|
},
|
|
|
{
|
|
|
"type": "integer",
|
|
|
- "description": "最近多少条记录(按创建时间排序)",
|
|
|
+ "description": "最近多少条记录(按创建时间倒序)",
|
|
|
"name": "lastnum",
|
|
|
"in": "query"
|
|
|
}
|
|
|
@@ -13659,7 +13665,74 @@ var doc = `{
|
|
|
"schema": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "$ref": "#/definitions/models.WrSpotGroupTradeSumDetail"
|
|
|
+ "$ref": "#/definitions/models.WrPreSaleInfo"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "/WrTrade2/QueryWrReckonSpotGoodsTradeSum": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "仓单贸易v2"
|
|
|
+ ],
|
|
|
+ "summary": "查询价格走势",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "市场id",
|
|
|
+ "name": "marketid",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "现货商品id",
|
|
|
+ "name": "wrstandardid",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "开始交易日(yyyymmdd)",
|
|
|
+ "name": "begindate",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "结束交易日(yyyymmdd)",
|
|
|
+ "name": "enddate",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "最近多少条记录(按交易日倒序)",
|
|
|
+ "name": "lastnum",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/models.WrReckonSpotGoodsTradeSum"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -36396,6 +36469,143 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.WrPreSaleInfo": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "bannerpicurl": {
|
|
|
+ "description": "Banner图",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "baseqty": {
|
|
|
+ "description": "中签基数",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "createtime": {
|
|
|
+ "description": "创建时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "deliverygoodsid": {
|
|
|
+ "description": "现货品种ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "enddate": {
|
|
|
+ "description": "预售结束日期",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "lotteryflag": {
|
|
|
+ "description": "摇号标识 - 0:未摇号 1:已摇号",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "lotteryqty": {
|
|
|
+ "description": "摇号总量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "luckyqty": {
|
|
|
+ "description": "已中签量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "marketid": {
|
|
|
+ "description": "市场ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "maxbuyqty": {
|
|
|
+ "description": "单人最大申购量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "maxluckyqty": {
|
|
|
+ "description": "单人最大中签量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pictureurls": {
|
|
|
+ "description": "详情图片(逗号分隔)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "placeqty": {
|
|
|
+ "description": "已配售量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "presaleapplyid": {
|
|
|
+ "description": "预售申请ID(184+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "presaleqty": {
|
|
|
+ "description": "预售总量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "presalestatus": {
|
|
|
+ "description": "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "sellaccountid": {
|
|
|
+ "description": "发行方资金账户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "selluserid": {
|
|
|
+ "description": "发行方用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "sellwrtradeorderid": {
|
|
|
+ "description": "发行方卖委托单ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "startdate": {
|
|
|
+ "description": "预售开始日期",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "takestartdate": {
|
|
|
+ "description": "提货开始日期",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "thumurls": {
|
|
|
+ "description": "缩略图片(1:1)(逗号分隔)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "tradedate": {
|
|
|
+ "description": "交易日",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "unitid": {
|
|
|
+ "description": "单位ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "unitprice": {
|
|
|
+ "description": "商品单价",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "username": {
|
|
|
+ "description": "发行方用户名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "warehousecode": {
|
|
|
+ "description": "仓库代码(仓库简称)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "warehouseid": {
|
|
|
+ "description": "仓库ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "warehousename": {
|
|
|
+ "description": "仓库名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wrfactortypeid": {
|
|
|
+ "description": "仓单要素类型ID - 根据现货商品\\仓库生成",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "现货商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardname": {
|
|
|
+ "description": "现货商品名称",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.WrQuoteOrderMyq": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -36521,6 +36731,43 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.WrReckonSpotGoodsTradeSum": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "begindate": {
|
|
|
+ "description": "开始日期(结果含开始日期) yyyymmdd",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "enddate": {
|
|
|
+ "description": "结束日期(结果含结束日期) yyyymmdd",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "marketid": {
|
|
|
+ "description": "市场ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "price": {
|
|
|
+ "description": "价格 = 日成交金额 / 日成交数量",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "reckondate": {
|
|
|
+ "description": "日期 格式 yyyymmdd",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "tradeamount": {
|
|
|
+ "description": "日成交金额(当日单方向成交金额)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "tradeqty": {
|
|
|
+ "description": "日成交数量(当日单方向成交数量)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "现货商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.WrScfContract": {
|
|
|
"type": "object",
|
|
|
"properties": {
|