|
|
@@ -19472,6 +19472,50 @@ const docTemplate = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/TencentCloud/BankCard4": {
|
|
|
+ "post": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "consumes": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "腾讯云"
|
|
|
+ ],
|
|
|
+ "summary": "银行卡四要素认证",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "description": "入参",
|
|
|
+ "name": "data",
|
|
|
+ "in": "body",
|
|
|
+ "required": true,
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/asign.BankCard4Req"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/asign.BankCard4Rsp"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/tencentcloud.BankCard4Rsp"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/Tjmd/QueryQuoteGoodsList": {
|
|
|
"get": {
|
|
|
"security": [
|
|
|
@@ -24285,11 +24329,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"fillData": {
|
|
|
"description": "单行文本、多行文本、日期、身份证类型参数填充。",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/asign.APIFillData"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/asign.APIFillData"
|
|
|
},
|
|
|
"tableDatas": {
|
|
|
"description": "表格填充数据",
|
|
|
@@ -24333,19 +24373,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"company": {
|
|
|
"description": "企业法人银行卡四要素,实体类型为企业时必填",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
},
|
|
|
"person": {
|
|
|
"description": "个人银行卡四要素,实体类型为个人时必填",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
},
|
|
|
"type": {
|
|
|
"description": "实体类型 1:个人 2:企业",
|
|
|
@@ -24865,11 +24897,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"province": {
|
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -26271,7 +26299,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"amount": {
|
|
|
- "description": "点价金额=(点价价格+升贴水)*点价数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"applyid": {
|
|
|
@@ -26855,7 +26883,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"deductamount": {
|
|
|
- "description": "退款(非必填)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverygoodscode": {
|
|
|
@@ -26895,7 +26923,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"payamount": {
|
|
|
- "description": "收付款(非必填)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricemove": {
|
|
|
@@ -27062,11 +27090,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"mg": {
|
|
|
"description": "套保品种基本信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
},
|
|
|
"wrcList": {
|
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
|
@@ -27663,31 +27687,31 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffArbitrageQty": {
|
|
|
- "description": "套利变动量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffExposoureQty": {
|
|
|
- "description": "变动量(套保敞口)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffFutuQty": {
|
|
|
- "description": "变动量(期货总量) 平安:保值净持仓量今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffHedgeQty": {
|
|
|
- "description": "套保变动量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffQty": {
|
|
|
- "description": "变动量(总敞口) 平安:净敞口今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffSpotHedgeQty": {
|
|
|
- "description": "变动量(现货应套保总量) 平安:应套保量今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffSpotQty": {
|
|
|
- "description": "变动量(现货总量) = 现货数量 - 期初现货数量 平安:采销定价净值今日变动",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"enumdicname": {
|
|
|
@@ -29302,11 +29326,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"ouruser": {
|
|
|
"description": "我方账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
},
|
|
|
"warehouseinfos": {
|
|
|
"description": "仓库信息列表",
|
|
|
@@ -29641,11 +29661,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"province": {
|
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -31660,7 +31676,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curaverageprice": {
|
|
|
- "description": "期末均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curbuyamount": {
|
|
|
@@ -31672,7 +31688,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curmarketvalue": {
|
|
|
- "description": "参考市值(期末市值)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curqty": {
|
|
|
@@ -31696,7 +31712,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"curspotprice": {
|
|
|
- "description": "参考市价(最新价)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"cycletime": {
|
|
|
@@ -31728,7 +31744,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"floatpl": {
|
|
|
- "description": "浮动损益",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"goodsunitid": {
|
|
|
@@ -31776,7 +31792,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaybuyaverageprice": {
|
|
|
- "description": "今日采购均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaybuyqty": {
|
|
|
@@ -31796,7 +31812,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaysellaverageprice": {
|
|
|
- "description": "今日销售均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaysellqty": {
|
|
|
@@ -34728,7 +34744,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"convertratio": {
|
|
|
- "description": "折算系数",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"cycletime": {
|
|
|
@@ -34752,11 +34768,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"diffprice": {
|
|
|
- "description": "现期价格差 = 今日点价登记均价(基价) - 今日期货成交均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"diffqty": {
|
|
|
- "description": "期现数量差 = 套保计划量 - 今日期货关联成交量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"enddate": {
|
|
|
@@ -34764,7 +34780,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"hedgeplanqty": {
|
|
|
- "description": "套保计划量 = TodayPricedQty * 折算系数 * (1/(1+增值税率)) * 套保比例",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"matchname": {
|
|
|
@@ -34788,31 +34804,31 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"middlegoodspricedqty": {
|
|
|
- "description": "已定价量(套保品种 - 税前) = PricedQty * 折算系数",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"middlegoodspricedqty2": {
|
|
|
- "description": "已定价量(套保品种- 税后) = MiddleGoodsPricedQty * (1/(1+增值税率))",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"middlegoodspricedqty3": {
|
|
|
- "description": "已定价量(套保品种应套保量) = MiddleGoodsPricedQty2 * 套保比率",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"needhedgeratio": {
|
|
|
- "description": "套保系数",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedamount": {
|
|
|
- "description": "已定价额(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedamount2": {
|
|
|
- "description": "已定价额(现货-基价额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"pricedqty": {
|
|
|
- "description": "已定价量(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"reckondate": {
|
|
|
@@ -34820,11 +34836,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"relatedmiddlegoodsamount": {
|
|
|
- "description": "已关联额(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"relatedmiddlegoodsqty": {
|
|
|
- "description": "已关联量(套保品种)(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"spotcontractid": {
|
|
|
@@ -34832,39 +34848,39 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"todayavgfutuprice": {
|
|
|
- "description": "今日期货成交均价 = TodayRelatedMiddleGoodsAmount /todayrelatedfutureqty",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayavgprice": {
|
|
|
- "description": "今日定价均价 = TodayPricedAmount / TodayPricedQty",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayavgprice2": {
|
|
|
- "description": "今日点价登记均价(基价) = TodayPricedAmount2 / TodayPricedQty",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaypricedamount": {
|
|
|
- "description": "今日定价额(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaypricedamount2": {
|
|
|
- "description": "今日定价额(现货-基价额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaypricedqty": {
|
|
|
- "description": "今日定价量(现货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayrelatedfutureqty": {
|
|
|
- "description": "今日关联量(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayrelatedmiddlegoodsamount": {
|
|
|
- "description": "今日关联额(期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayrelatedmiddlegoodsqty": {
|
|
|
- "description": "今日关联量(套保品-期货)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"updatetime": {
|
|
|
@@ -34876,7 +34892,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"vatrate": {
|
|
|
- "description": "增值税率",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"wrstandardcode": {
|
|
|
@@ -35425,7 +35441,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"closeavgprice": {
|
|
|
- "description": "平仓均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"closepl": {
|
|
|
@@ -35493,7 +35509,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"holdqty": {
|
|
|
- "description": "期末持仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"lastholdamount": {
|
|
|
@@ -35525,7 +35541,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"openavgprice": {
|
|
|
- "description": "开仓均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriholdamount": {
|
|
|
@@ -35533,7 +35549,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriholdqty": {
|
|
|
- "description": "期初持仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"oriopenamount": {
|
|
|
@@ -35577,7 +35593,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaycloseqty": {
|
|
|
- "description": "今平仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todaygoodsgroupspotqty": {
|
|
|
@@ -35593,7 +35609,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"todayopenqty": {
|
|
|
- "description": "今开仓量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"userid": {
|
|
|
@@ -37367,11 +37383,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"menu": {
|
|
|
"description": "父级菜单",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
},
|
|
|
"subMenu": {
|
|
|
"description": "子级菜单",
|
|
|
@@ -37677,11 +37689,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"mainAcc": {
|
|
|
"description": "主账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
},
|
|
|
"subacclist": {
|
|
|
"description": "子账号列表",
|
|
|
@@ -39851,11 +39859,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"riskRatioType": {
|
|
|
"description": "风险率类型表",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Riskratiotype"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Riskratiotype"
|
|
|
},
|
|
|
"todayAccountMargins": {
|
|
|
"description": "今日账户保证金表",
|
|
|
@@ -53092,11 +53096,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"tHDetailEx": {
|
|
|
"description": "交易持仓扩展表记录",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
},
|
|
|
"thumurls": {
|
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
|
@@ -55168,11 +55168,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
|
@@ -55306,11 +55302,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
|
@@ -55607,11 +55599,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
|
"presaleapplydeposits": {
|
|
|
"description": "支付方式",
|
|
|
@@ -57054,11 +57042,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"infoc": {
|
|
|
"description": "配置参数",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
},
|
|
|
"marketid": {
|
|
|
"description": "市场ID",
|
|
|
@@ -57090,7 +57074,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"orderqty": {
|
|
|
@@ -57159,7 +57143,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"qty": {
|
|
|
- "description": "转让数量(数量)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradeid": {
|
|
|
@@ -57634,7 +57618,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"freezeqty": {
|
|
|
- "description": "冻结数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"goodscode": {
|
|
|
@@ -57670,7 +57654,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"holderqty": {
|
|
|
- "description": "持仓数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"isconfirmexercise": {
|
|
|
@@ -57694,7 +57678,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"openqty": {
|
|
|
- "description": "建仓数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"optiontype": {
|
|
|
@@ -59251,7 +59235,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"fixedprice": {
|
|
|
- "description": "挂牌价格",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"handlestatus": {
|
|
|
@@ -59259,7 +59243,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"marginvalue": {
|
|
|
- "description": "履约保证金比例",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"marketid": {
|
|
|
@@ -59441,7 +59425,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"averageprice": {
|
|
|
- "description": "成交均价",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradedate": {
|
|
|
@@ -59699,7 +59683,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"averageprice": {
|
|
|
- "description": "交割均价 = 交割金额 / 交割数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"begindate": {
|
|
|
@@ -59823,7 +59807,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"xgoodsamount": {
|
|
|
- "description": "合约金额 = 货款金额(DELIVERYAMOUNT) - 点价货款(P1GOODSREMAINAMOUNT)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"xgoodscode": {
|
|
|
@@ -60711,7 +60695,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"stepvalue": {
|
|
|
- "description": "步骤值",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"templateid": {
|
|
|
@@ -61022,7 +61006,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"amount": {
|
|
|
- "description": "挂牌金额 = 委托数量 * 固定价或升贴水",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"bannerpicurl": {
|
|
|
@@ -61082,11 +61066,11 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"freezecharge": {
|
|
|
- "description": "冻结手续费",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"freezemargin": {
|
|
|
- "description": "冻结保证金(保证金)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"futupricemove": {
|
|
|
@@ -61122,7 +61106,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"marginvalue": {
|
|
|
- "description": "保证金设置值(履约保证金)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"marketid": {
|
|
|
@@ -61364,7 +61348,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverymonth": {
|
|
|
@@ -61785,7 +61769,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"unpaidamount": {
|
|
|
- "description": "剩余款(待支付金额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"userid": {
|
|
|
@@ -62332,7 +62316,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"deliverygoodscode": {
|
|
|
@@ -62469,11 +62453,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"tradeamount": {
|
|
|
- "description": "日成交金额(当日单方向成交金额)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"tradeqty": {
|
|
|
- "description": "日成交数量(当日单方向成交数量)",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"wrstandardid": {
|
|
|
@@ -62642,7 +62626,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
|
},
|
|
|
"unpaidinterest": {
|
|
|
- "description": "未结费用",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"updatetime": {
|
|
|
@@ -63234,7 +63218,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
|
},
|
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
|
},
|
|
|
"orderqty": {
|
|
|
@@ -66528,19 +66512,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
|
"organizationInfo": {
|
|
|
"description": "签署企业信息,用户类型为企业时必填",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
},
|
|
|
"personInfo": {
|
|
|
"description": "签署人信息,用户类型为个人时必填",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
},
|
|
|
"userESignRecordID": {
|
|
|
"description": "用户电子签记录表ID 只有当前状态是1和4的电子签记录才能发起合同签署",
|
|
|
@@ -66612,6 +66588,19 @@ const docTemplate = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "tencentcloud.BankCard4Rsp": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "code": {
|
|
|
+ "description": "结果码 '0': '认证通过'; 非'0'表示认证失败",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "description": {
|
|
|
+ "description": "业务结果描述。",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"trade.QueryRecieptOrderRsp": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
@@ -66697,11 +66686,7 @@ const docTemplate = `{
|
|
|
},
|
|
|
"loginAccount": {
|
|
|
"description": "登录账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Loginaccount"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Loginaccount"
|
|
|
},
|
|
|
"markets": {
|
|
|
"description": "市场",
|
|
|
@@ -66719,19 +66704,11 @@ const docTemplate = `{
|
|
|
},
|
|
|
"userAccount": {
|
|
|
"description": "用户账号",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Useraccount"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Useraccount"
|
|
|
},
|
|
|
"userInfo": {
|
|
|
"description": "用户信息",
|
|
|
- "allOf": [
|
|
|
- {
|
|
|
- "$ref": "#/definitions/models.Userinfo"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "$ref": "#/definitions/models.Userinfo"
|
|
|
},
|
|
|
"username": {
|
|
|
"description": "用户姓名",
|