|
@@ -39757,7 +39757,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"presaleapplyid": {
|
|
"presaleapplyid": {
|
|
|
"description": "预售申请ID(184+Unix秒时间戳(10位)+xxxxxx)",
|
|
"description": "预售申请ID(184+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
- "type": "integer"
|
|
|
|
|
|
|
+ "type": "string"
|
|
|
},
|
|
},
|
|
|
"remainqty": {
|
|
"remainqty": {
|
|
|
"description": "可用数量",
|
|
"description": "可用数量",
|
|
@@ -39840,32 +39840,32 @@ const docTemplate = `{
|
|
|
"models.THJWrstandardDetailRsp": {
|
|
"models.THJWrstandardDetailRsp": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
|
- "deliveryModes": {
|
|
|
|
|
|
|
+ "deliverymodes": {
|
|
|
"description": "交割方式",
|
|
"description": "交割方式",
|
|
|
"type": "array",
|
|
"type": "array",
|
|
|
"items": {
|
|
"items": {
|
|
|
"$ref": "#/definitions/models.THJDeliveryMode"
|
|
"$ref": "#/definitions/models.THJDeliveryMode"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "deliveryMonth": {
|
|
|
|
|
|
|
+ "deliverymonth": {
|
|
|
"description": "交割月份",
|
|
"description": "交割月份",
|
|
|
"type": "array",
|
|
"type": "array",
|
|
|
"items": {
|
|
"items": {
|
|
|
"$ref": "#/definitions/models.THJDeliveryMonth"
|
|
"$ref": "#/definitions/models.THJDeliveryMonth"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "goodsInfo": {
|
|
|
|
|
|
|
+ "goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
"$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
"$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
},
|
|
|
- "presaleApplyDeposits": {
|
|
|
|
|
|
|
+ "presaleapplydeposits": {
|
|
|
"description": "支付方式",
|
|
"description": "支付方式",
|
|
|
"type": "array",
|
|
"type": "array",
|
|
|
"items": {
|
|
"items": {
|
|
|
"$ref": "#/definitions/models.THJPresaleApplyDeposit"
|
|
"$ref": "#/definitions/models.THJPresaleApplyDeposit"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "spotGoodsPriceLogs": {
|
|
|
|
|
|
|
+ "spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
"description": "历史价格走势",
|
|
|
"type": "array",
|
|
"type": "array",
|
|
|
"items": {
|
|
"items": {
|