|
@@ -792,6 +792,39 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/Bank/GetHybridConfigs": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "security": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "ApiKeyAuth": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "银行"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "获取支付中心混合支付渠道配置信息列表",
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.PaymentCenterHybridConfig"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/Bank/QueryBankBranChnumInfo": {
|
|
"/Bank/QueryBankBranChnumInfo": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -24585,11 +24618,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"fillData": {
|
|
"fillData": {
|
|
|
"description": "单行文本、多行文本、日期、身份证类型参数填充。",
|
|
"description": "单行文本、多行文本、日期、身份证类型参数填充。",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/asign.APIFillData"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/asign.APIFillData"
|
|
|
},
|
|
},
|
|
|
"tableDatas": {
|
|
"tableDatas": {
|
|
|
"description": "表格填充数据",
|
|
"description": "表格填充数据",
|
|
@@ -24633,19 +24662,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"company": {
|
|
"company": {
|
|
|
"description": "企业法人银行卡四要素,实体类型为企业时必填",
|
|
"description": "企业法人银行卡四要素,实体类型为企业时必填",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
},
|
|
},
|
|
|
"person": {
|
|
"person": {
|
|
|
"description": "个人银行卡四要素,实体类型为个人时必填",
|
|
"description": "个人银行卡四要素,实体类型为个人时必填",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
},
|
|
},
|
|
|
"type": {
|
|
"type": {
|
|
|
"description": "实体类型 1:个人 2:企业",
|
|
"description": "实体类型 1:个人 2:企业",
|
|
@@ -25117,11 +25138,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"province": {
|
|
"province": {
|
|
|
"description": "省",
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -26523,7 +26540,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"amount": {
|
|
"amount": {
|
|
|
- "description": "点价金额=(点价价格+升贴水)*点价数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"applyid": {
|
|
"applyid": {
|
|
@@ -27107,7 +27124,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"deductamount": {
|
|
"deductamount": {
|
|
|
- "description": "退款(非必填)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverygoodscode": {
|
|
"deliverygoodscode": {
|
|
@@ -27147,7 +27164,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"payamount": {
|
|
"payamount": {
|
|
|
- "description": "收付款(非必填)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricemove": {
|
|
"pricemove": {
|
|
@@ -27314,11 +27331,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"mg": {
|
|
"mg": {
|
|
|
"description": "套保品种基本信息",
|
|
"description": "套保品种基本信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
},
|
|
},
|
|
|
"wrcList": {
|
|
"wrcList": {
|
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
@@ -27915,31 +27928,31 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffArbitrageQty": {
|
|
"diffArbitrageQty": {
|
|
|
- "description": "套利变动量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffExposoureQty": {
|
|
"diffExposoureQty": {
|
|
|
- "description": "变动量(套保敞口)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffFutuQty": {
|
|
"diffFutuQty": {
|
|
|
- "description": "变动量(期货总量) 平安:保值净持仓量今日变动",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffHedgeQty": {
|
|
"diffHedgeQty": {
|
|
|
- "description": "套保变动量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffQty": {
|
|
"diffQty": {
|
|
|
- "description": "变动量(总敞口) 平安:净敞口今日变动",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffSpotHedgeQty": {
|
|
"diffSpotHedgeQty": {
|
|
|
- "description": "变动量(现货应套保总量) 平安:应套保量今日变动",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffSpotQty": {
|
|
"diffSpotQty": {
|
|
|
- "description": "变动量(现货总量) = 现货数量 - 期初现货数量 平安:采销定价净值今日变动",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"enumdicname": {
|
|
"enumdicname": {
|
|
@@ -29554,11 +29567,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"ouruser": {
|
|
"ouruser": {
|
|
|
"description": "我方账号",
|
|
"description": "我方账号",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
},
|
|
},
|
|
|
"warehouseinfos": {
|
|
"warehouseinfos": {
|
|
|
"description": "仓库信息列表",
|
|
"description": "仓库信息列表",
|
|
@@ -29893,11 +29902,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"province": {
|
|
"province": {
|
|
|
"description": "省",
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -30355,6 +30360,10 @@ const docTemplate = `{
|
|
|
"description": "交易所支出结算账户",
|
|
"description": "交易所支出结算账户",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "ismix": {
|
|
|
|
|
+ "description": "是否混合渠道 - 0:否, 1:是(出入金不同外部接口)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"isneedcheck": {
|
|
"isneedcheck": {
|
|
|
"description": "是否需要对账 - 0:需要 1:不需要 [不需要界面配置]",
|
|
"description": "是否需要对账 - 0:需要 1:不需要 [不需要界面配置]",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -31899,7 +31908,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curaverageprice": {
|
|
"curaverageprice": {
|
|
|
- "description": "期末均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curbuyamount": {
|
|
"curbuyamount": {
|
|
@@ -31911,7 +31920,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curmarketvalue": {
|
|
"curmarketvalue": {
|
|
|
- "description": "参考市值(期末市值)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curqty": {
|
|
"curqty": {
|
|
@@ -31935,7 +31944,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curspotprice": {
|
|
"curspotprice": {
|
|
|
- "description": "参考市价(最新价)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"cycletime": {
|
|
"cycletime": {
|
|
@@ -31967,7 +31976,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"floatpl": {
|
|
"floatpl": {
|
|
|
- "description": "浮动损益",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"goodsunitid": {
|
|
"goodsunitid": {
|
|
@@ -32015,7 +32024,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaybuyaverageprice": {
|
|
"todaybuyaverageprice": {
|
|
|
- "description": "今日采购均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaybuyqty": {
|
|
"todaybuyqty": {
|
|
@@ -32035,7 +32044,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaysellaverageprice": {
|
|
"todaysellaverageprice": {
|
|
|
- "description": "今日销售均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaysellqty": {
|
|
"todaysellqty": {
|
|
@@ -34967,7 +34976,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"convertratio": {
|
|
"convertratio": {
|
|
|
- "description": "折算系数",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"cycletime": {
|
|
"cycletime": {
|
|
@@ -34991,11 +35000,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"diffprice": {
|
|
"diffprice": {
|
|
|
- "description": "现期价格差 = 今日点价登记均价(基价) - 今日期货成交均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffqty": {
|
|
"diffqty": {
|
|
|
- "description": "期现数量差 = 套保计划量 - 今日期货关联成交量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"enddate": {
|
|
"enddate": {
|
|
@@ -35003,7 +35012,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"hedgeplanqty": {
|
|
"hedgeplanqty": {
|
|
|
- "description": "套保计划量 = TodayPricedQty * 折算系数 * (1/(1+增值税率)) * 套保比例",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"matchname": {
|
|
"matchname": {
|
|
@@ -35027,31 +35036,31 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"middlegoodspricedqty": {
|
|
"middlegoodspricedqty": {
|
|
|
- "description": "已定价量(套保品种 - 税前) = PricedQty * 折算系数",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"middlegoodspricedqty2": {
|
|
"middlegoodspricedqty2": {
|
|
|
- "description": "已定价量(套保品种- 税后) = MiddleGoodsPricedQty * (1/(1+增值税率))",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"middlegoodspricedqty3": {
|
|
"middlegoodspricedqty3": {
|
|
|
- "description": "已定价量(套保品种应套保量) = MiddleGoodsPricedQty2 * 套保比率",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"needhedgeratio": {
|
|
"needhedgeratio": {
|
|
|
- "description": "套保系数",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricedamount": {
|
|
"pricedamount": {
|
|
|
- "description": "已定价额(现货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricedamount2": {
|
|
"pricedamount2": {
|
|
|
- "description": "已定价额(现货-基价额)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricedqty": {
|
|
"pricedqty": {
|
|
|
- "description": "已定价量(现货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"reckondate": {
|
|
"reckondate": {
|
|
@@ -35059,11 +35068,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"relatedmiddlegoodsamount": {
|
|
"relatedmiddlegoodsamount": {
|
|
|
- "description": "已关联额(期货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"relatedmiddlegoodsqty": {
|
|
"relatedmiddlegoodsqty": {
|
|
|
- "description": "已关联量(套保品种)(期货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"spotcontractid": {
|
|
"spotcontractid": {
|
|
@@ -35071,39 +35080,39 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"todayavgfutuprice": {
|
|
"todayavgfutuprice": {
|
|
|
- "description": "今日期货成交均价 = TodayRelatedMiddleGoodsAmount /todayrelatedfutureqty",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayavgprice": {
|
|
"todayavgprice": {
|
|
|
- "description": "今日定价均价 = TodayPricedAmount / TodayPricedQty",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayavgprice2": {
|
|
"todayavgprice2": {
|
|
|
- "description": "今日点价登记均价(基价) = TodayPricedAmount2 / TodayPricedQty",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaypricedamount": {
|
|
"todaypricedamount": {
|
|
|
- "description": "今日定价额(现货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaypricedamount2": {
|
|
"todaypricedamount2": {
|
|
|
- "description": "今日定价额(现货-基价额)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaypricedqty": {
|
|
"todaypricedqty": {
|
|
|
- "description": "今日定价量(现货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayrelatedfutureqty": {
|
|
"todayrelatedfutureqty": {
|
|
|
- "description": "今日关联量(期货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayrelatedmiddlegoodsamount": {
|
|
"todayrelatedmiddlegoodsamount": {
|
|
|
- "description": "今日关联额(期货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayrelatedmiddlegoodsqty": {
|
|
"todayrelatedmiddlegoodsqty": {
|
|
|
- "description": "今日关联量(套保品-期货)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"updatetime": {
|
|
"updatetime": {
|
|
@@ -35115,7 +35124,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"vatrate": {
|
|
"vatrate": {
|
|
|
- "description": "增值税率",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"wrstandardcode": {
|
|
"wrstandardcode": {
|
|
@@ -35664,7 +35673,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"closeavgprice": {
|
|
"closeavgprice": {
|
|
|
- "description": "平仓均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"closepl": {
|
|
"closepl": {
|
|
@@ -35732,7 +35741,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"holdqty": {
|
|
"holdqty": {
|
|
|
- "description": "期末持仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"lastholdamount": {
|
|
"lastholdamount": {
|
|
@@ -35764,7 +35773,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"openavgprice": {
|
|
"openavgprice": {
|
|
|
- "description": "开仓均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriholdamount": {
|
|
"oriholdamount": {
|
|
@@ -35772,7 +35781,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriholdqty": {
|
|
"oriholdqty": {
|
|
|
- "description": "期初持仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriopenamount": {
|
|
"oriopenamount": {
|
|
@@ -35816,7 +35825,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaycloseqty": {
|
|
"todaycloseqty": {
|
|
|
- "description": "今平仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaygoodsgroupspotqty": {
|
|
"todaygoodsgroupspotqty": {
|
|
@@ -35832,7 +35841,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayopenqty": {
|
|
"todayopenqty": {
|
|
|
- "description": "今开仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"userid": {
|
|
"userid": {
|
|
@@ -37546,11 +37555,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"menu": {
|
|
"menu": {
|
|
|
"description": "父级菜单",
|
|
"description": "父级菜单",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
},
|
|
},
|
|
|
"subMenu": {
|
|
"subMenu": {
|
|
|
"description": "子级菜单",
|
|
"description": "子级菜单",
|
|
@@ -37856,11 +37861,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"mainAcc": {
|
|
"mainAcc": {
|
|
|
"description": "主账号",
|
|
"description": "主账号",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
},
|
|
},
|
|
|
"subacclist": {
|
|
"subacclist": {
|
|
|
"description": "子账号列表",
|
|
"description": "子账号列表",
|
|
@@ -40022,11 +40023,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"riskRatioType": {
|
|
"riskRatioType": {
|
|
|
"description": "风险率类型表",
|
|
"description": "风险率类型表",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Riskratiotype"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Riskratiotype"
|
|
|
},
|
|
},
|
|
|
"todayAccountMargins": {
|
|
"todayAccountMargins": {
|
|
|
"description": "今日账户保证金表",
|
|
"description": "今日账户保证金表",
|
|
@@ -43140,6 +43137,39 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.Hybridbankinfo": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "bank_code": {
|
|
|
|
|
+ "description": "银行代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bank_name": {
|
|
|
|
|
+ "description": "银行名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "channel_code": {
|
|
|
|
|
+ "description": "渠道代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "is_enabled": {
|
|
|
|
|
+ "description": "是否可用 0-未可用 1-可用",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "method_type": {
|
|
|
|
|
+ "description": "方式类型",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "out_in_flag": {
|
|
|
|
|
+ "description": "出入金标志 0-出金 1-入金",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "remark": {
|
|
|
|
|
+ "description": "备注",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.HybsMyBuyOrderDetail": {
|
|
"models.HybsMyBuyOrderDetail": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"required": [
|
|
"required": [
|
|
@@ -48203,6 +48233,34 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.PaymentCenterHybridConfig": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "bank_infos": {
|
|
|
|
|
+ "description": "混合支付银行信息列表",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Hybridbankinfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "can_amt_in": {
|
|
|
|
|
+ "description": "入金是否可用 0-不可用 1-可用",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "can_amt_out": {
|
|
|
|
|
+ "description": "出金是否可用 0-不可用 1-可用",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "channel_code": {
|
|
|
|
|
+ "description": "渠道代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "channel_name": {
|
|
|
|
|
+ "description": "渠道名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.PresaleAuction": {
|
|
"models.PresaleAuction": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"required": [
|
|
"required": [
|
|
@@ -53362,11 +53420,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"tHDetailEx": {
|
|
"tHDetailEx": {
|
|
|
"description": "交易持仓扩展表记录",
|
|
"description": "交易持仓扩展表记录",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
},
|
|
},
|
|
|
"thumurls": {
|
|
"thumurls": {
|
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
@@ -55382,11 +55436,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
"description": "历史价格走势",
|
|
@@ -55520,11 +55570,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
},
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
"description": "历史价格走势",
|
|
@@ -55821,11 +55867,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
},
|
|
|
"presaleapplydeposits": {
|
|
"presaleapplydeposits": {
|
|
|
"description": "支付方式",
|
|
"description": "支付方式",
|
|
@@ -57264,11 +57306,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"infoc": {
|
|
"infoc": {
|
|
|
"description": "配置参数",
|
|
"description": "配置参数",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
|
"description": "市场ID",
|
|
"description": "市场ID",
|
|
@@ -57300,7 +57338,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"orderprice": {
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"orderqty": {
|
|
"orderqty": {
|
|
@@ -57369,7 +57407,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"qty": {
|
|
"qty": {
|
|
|
- "description": "转让数量(数量)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradeid": {
|
|
"tradeid": {
|
|
@@ -57840,7 +57878,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"freezeqty": {
|
|
"freezeqty": {
|
|
|
- "description": "冻结数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"goodscode": {
|
|
"goodscode": {
|
|
@@ -57876,7 +57914,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"holderqty": {
|
|
"holderqty": {
|
|
|
- "description": "持仓数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"isconfirmexercise": {
|
|
"isconfirmexercise": {
|
|
@@ -57900,7 +57938,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"openqty": {
|
|
"openqty": {
|
|
|
- "description": "建仓数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"optiontype": {
|
|
"optiontype": {
|
|
@@ -59555,7 +59593,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"fixedprice": {
|
|
"fixedprice": {
|
|
|
- "description": "挂牌价格",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"handlestatus": {
|
|
"handlestatus": {
|
|
@@ -59563,7 +59601,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"marginvalue": {
|
|
"marginvalue": {
|
|
|
- "description": "履约保证金比例",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
@@ -59745,7 +59783,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"averageprice": {
|
|
"averageprice": {
|
|
|
- "description": "成交均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradedate": {
|
|
"tradedate": {
|
|
@@ -60003,7 +60041,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"averageprice": {
|
|
"averageprice": {
|
|
|
- "description": "交割均价 = 交割金额 / 交割数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"begindate": {
|
|
"begindate": {
|
|
@@ -60127,7 +60165,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"xgoodsamount": {
|
|
"xgoodsamount": {
|
|
|
- "description": "合约金额 = 货款金额(DELIVERYAMOUNT) - 点价货款(P1GOODSREMAINAMOUNT)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"xgoodscode": {
|
|
"xgoodscode": {
|
|
@@ -61015,7 +61053,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"stepvalue": {
|
|
"stepvalue": {
|
|
|
- "description": "步骤值",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"templateid": {
|
|
"templateid": {
|
|
@@ -61326,7 +61364,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"amount": {
|
|
"amount": {
|
|
|
- "description": "挂牌金额 = 委托数量 * 固定价或升贴水",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"bannerpicurl": {
|
|
"bannerpicurl": {
|
|
@@ -61386,11 +61424,11 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"freezecharge": {
|
|
"freezecharge": {
|
|
|
- "description": "冻结手续费",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"freezemargin": {
|
|
"freezemargin": {
|
|
|
- "description": "冻结保证金(保证金)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"futupricemove": {
|
|
"futupricemove": {
|
|
@@ -61426,7 +61464,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"marginvalue": {
|
|
"marginvalue": {
|
|
|
- "description": "保证金设置值(履约保证金)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
@@ -61668,7 +61706,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"delistminqty": {
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverymonth": {
|
|
"deliverymonth": {
|
|
@@ -62089,7 +62127,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"unpaidamount": {
|
|
"unpaidamount": {
|
|
|
- "description": "剩余款(待支付金额)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"userid": {
|
|
"userid": {
|
|
@@ -62636,7 +62674,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"delistminqty": {
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverygoodscode": {
|
|
"deliverygoodscode": {
|
|
@@ -62773,11 +62811,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"tradeamount": {
|
|
"tradeamount": {
|
|
|
- "description": "日成交金额(当日单方向成交金额)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradeqty": {
|
|
"tradeqty": {
|
|
|
- "description": "日成交数量(当日单方向成交数量)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"wrstandardid": {
|
|
"wrstandardid": {
|
|
@@ -62946,7 +62984,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"unpaidinterest": {
|
|
"unpaidinterest": {
|
|
|
- "description": "未结费用",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"updatetime": {
|
|
"updatetime": {
|
|
@@ -63538,7 +63576,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"orderprice": {
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"orderqty": {
|
|
"orderqty": {
|
|
@@ -66832,19 +66870,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"organizationInfo": {
|
|
"organizationInfo": {
|
|
|
"description": "签署企业信息,用户类型为企业时必填",
|
|
"description": "签署企业信息,用户类型为企业时必填",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
},
|
|
},
|
|
|
"personInfo": {
|
|
"personInfo": {
|
|
|
"description": "签署人信息,用户类型为个人时必填",
|
|
"description": "签署人信息,用户类型为个人时必填",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
},
|
|
},
|
|
|
"userESignRecordID": {
|
|
"userESignRecordID": {
|
|
|
"description": "用户电子签记录表ID 只有当前状态是1和4的电子签记录才能发起合同签署",
|
|
"description": "用户电子签记录表ID 只有当前状态是1和4的电子签记录才能发起合同签署",
|
|
@@ -67014,11 +67044,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"loginAccount": {
|
|
"loginAccount": {
|
|
|
"description": "登录账号",
|
|
"description": "登录账号",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Loginaccount"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Loginaccount"
|
|
|
},
|
|
},
|
|
|
"markets": {
|
|
"markets": {
|
|
|
"description": "市场",
|
|
"description": "市场",
|
|
@@ -67036,19 +67062,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"userAccount": {
|
|
"userAccount": {
|
|
|
"description": "用户账号",
|
|
"description": "用户账号",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Useraccount"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Useraccount"
|
|
|
},
|
|
},
|
|
|
"userInfo": {
|
|
"userInfo": {
|
|
|
"description": "用户信息",
|
|
"description": "用户信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Userinfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Userinfo"
|
|
|
},
|
|
},
|
|
|
"username": {
|
|
"username": {
|
|
|
"description": "用户姓名",
|
|
"description": "用户姓名",
|