|
@@ -18924,6 +18924,45 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/User/GetTodayAccountConfigInfo": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "security": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "ApiKeyAuth": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "用户信息"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "获取资金账户今日配置信息",
|
|
|
|
|
+ "parameters": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "资金账户ID",
|
|
|
|
|
+ "name": "accountid",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/models.GetTodayAccountConfigInfoRsp"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/User/GetUserAccount": {
|
|
"/User/GetUserAccount": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -22884,11 +22923,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"province": {
|
|
"province": {
|
|
|
"description": "省",
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -24290,7 +24325,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"amount": {
|
|
"amount": {
|
|
|
- "description": "点价金额=(点价价格+升贴水)*点价数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"applyid": {
|
|
"applyid": {
|
|
@@ -24874,7 +24909,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"deductamount": {
|
|
"deductamount": {
|
|
|
- "description": "退款(非必填)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverygoodscode": {
|
|
"deliverygoodscode": {
|
|
@@ -24914,7 +24949,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"payamount": {
|
|
"payamount": {
|
|
|
- "description": "收付款(非必填)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricemove": {
|
|
"pricemove": {
|
|
@@ -25081,11 +25116,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"mg": {
|
|
"mg": {
|
|
|
"description": "套保品种基本信息",
|
|
"description": "套保品种基本信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
},
|
|
},
|
|
|
"wrcList": {
|
|
"wrcList": {
|
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
@@ -25682,31 +25713,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": {
|
|
@@ -27321,11 +27352,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"ouruser": {
|
|
"ouruser": {
|
|
|
"description": "我方账号",
|
|
"description": "我方账号",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
},
|
|
},
|
|
|
"warehouseinfos": {
|
|
"warehouseinfos": {
|
|
|
"description": "仓库信息列表",
|
|
"description": "仓库信息列表",
|
|
@@ -27660,11 +27687,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"province": {
|
|
"province": {
|
|
|
"description": "省",
|
|
"description": "省",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -29570,7 +29593,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curaverageprice": {
|
|
"curaverageprice": {
|
|
|
- "description": "期末均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curbuyamount": {
|
|
"curbuyamount": {
|
|
@@ -29582,7 +29605,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curmarketvalue": {
|
|
"curmarketvalue": {
|
|
|
- "description": "参考市值(期末市值)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curqty": {
|
|
"curqty": {
|
|
@@ -29606,7 +29629,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curspotprice": {
|
|
"curspotprice": {
|
|
|
- "description": "参考市价(最新价)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"cycletime": {
|
|
"cycletime": {
|
|
@@ -29638,7 +29661,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"floatpl": {
|
|
"floatpl": {
|
|
|
- "description": "浮动损益",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"goodsunitid": {
|
|
"goodsunitid": {
|
|
@@ -29686,7 +29709,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaybuyaverageprice": {
|
|
"todaybuyaverageprice": {
|
|
|
- "description": "今日采购均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaybuyqty": {
|
|
"todaybuyqty": {
|
|
@@ -29706,7 +29729,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaysellaverageprice": {
|
|
"todaysellaverageprice": {
|
|
|
- "description": "今日销售均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaysellqty": {
|
|
"todaysellqty": {
|
|
@@ -32638,7 +32661,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"convertratio": {
|
|
"convertratio": {
|
|
|
- "description": "折算系数",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"cycletime": {
|
|
"cycletime": {
|
|
@@ -32662,11 +32685,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": {
|
|
@@ -32674,7 +32697,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"hedgeplanqty": {
|
|
"hedgeplanqty": {
|
|
|
- "description": "套保计划量 = TodayPricedQty * 折算系数 * (1/(1+增值税率)) * 套保比例",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"matchname": {
|
|
"matchname": {
|
|
@@ -32698,31 +32721,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": {
|
|
@@ -32730,11 +32753,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": {
|
|
@@ -32742,39 +32765,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": {
|
|
@@ -32786,7 +32809,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"vatrate": {
|
|
"vatrate": {
|
|
|
- "description": "增值税率",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"wrstandardcode": {
|
|
"wrstandardcode": {
|
|
@@ -33335,7 +33358,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"closeavgprice": {
|
|
"closeavgprice": {
|
|
|
- "description": "平仓均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"closepl": {
|
|
"closepl": {
|
|
@@ -33403,7 +33426,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"holdqty": {
|
|
"holdqty": {
|
|
|
- "description": "期末持仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"lastholdamount": {
|
|
"lastholdamount": {
|
|
@@ -33435,7 +33458,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"openavgprice": {
|
|
"openavgprice": {
|
|
|
- "description": "开仓均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriholdamount": {
|
|
"oriholdamount": {
|
|
@@ -33443,7 +33466,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriholdqty": {
|
|
"oriholdqty": {
|
|
|
- "description": "期初持仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriopenamount": {
|
|
"oriopenamount": {
|
|
@@ -33487,7 +33510,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaycloseqty": {
|
|
"todaycloseqty": {
|
|
|
- "description": "今平仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaygoodsgroupspotqty": {
|
|
"todaygoodsgroupspotqty": {
|
|
@@ -33503,7 +33526,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayopenqty": {
|
|
"todayopenqty": {
|
|
|
- "description": "今开仓量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"userid": {
|
|
"userid": {
|
|
@@ -35197,11 +35220,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"menu": {
|
|
"menu": {
|
|
|
"description": "父级菜单",
|
|
"description": "父级菜单",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
},
|
|
},
|
|
|
"subMenu": {
|
|
"subMenu": {
|
|
|
"description": "子级菜单",
|
|
"description": "子级菜单",
|
|
@@ -35507,11 +35526,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"mainAcc": {
|
|
"mainAcc": {
|
|
|
"description": "主账号",
|
|
"description": "主账号",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
},
|
|
},
|
|
|
"subacclist": {
|
|
"subacclist": {
|
|
|
"description": "子账号列表",
|
|
"description": "子账号列表",
|
|
@@ -37647,6 +37662,32 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.GetTodayAccountConfigInfoRsp": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "todayAccountMargins": {
|
|
|
|
|
+ "description": "今日账户保证金表",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Todayaccountmargin"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "todayAccountTradeRules": {
|
|
|
|
|
+ "description": "今日账户交易规则信表",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Todayaccounttraderule"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "todayAccountTradefees": {
|
|
|
|
|
+ "description": "今日账户交易费用表",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Todayaccounttradefee"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.Goods": {
|
|
"models.Goods": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"required": [
|
|
"required": [
|
|
@@ -50462,11 +50503,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"tHDetailEx": {
|
|
"tHDetailEx": {
|
|
|
"description": "交易持仓扩展表记录",
|
|
"description": "交易持仓扩展表记录",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -52329,11 +52366,7 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
"description": "历史价格走势",
|
|
@@ -52467,11 +52500,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
},
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
"description": "历史价格走势",
|
|
@@ -52768,11 +52797,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
},
|
|
},
|
|
|
"presaleapplydeposits": {
|
|
"presaleapplydeposits": {
|
|
|
"description": "支付方式",
|
|
"description": "支付方式",
|
|
@@ -54194,11 +54219,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"infoc": {
|
|
"infoc": {
|
|
|
"description": "配置参数",
|
|
"description": "配置参数",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
|
"description": "市场ID",
|
|
"description": "市场ID",
|
|
@@ -54230,7 +54251,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"orderprice": {
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"orderqty": {
|
|
"orderqty": {
|
|
@@ -54299,7 +54320,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"qty": {
|
|
"qty": {
|
|
|
- "description": "转让数量(数量)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradeid": {
|
|
"tradeid": {
|
|
@@ -54316,6 +54337,89 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.Todayaccountmargin": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "accountid": {
|
|
|
|
|
+ "description": "账号ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "createdate": {
|
|
|
|
|
+ "description": "创建时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsid": {
|
|
|
|
|
+ "description": "商品ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "infocontent": {
|
|
|
|
|
+ "description": "保证金信息(存储配置的Protobuffer串)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "marketid": {
|
|
|
|
|
+ "description": "市场ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "models.Todayaccounttradefee": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "accountid": {
|
|
|
|
|
+ "description": "账号ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "createdate": {
|
|
|
|
|
+ "description": "创建时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsid": {
|
|
|
|
|
+ "description": "商品ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "infocontent": {
|
|
|
|
|
+ "description": "交易费用信息(存储配置的Protobuffer串)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "marketid": {
|
|
|
|
|
+ "description": "市场ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "tradetype": {
|
|
|
|
|
+ "description": "交易类型 - 1:投资者\\自营 2:做市",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "models.Todayaccounttraderule": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "accountid": {
|
|
|
|
|
+ "description": "账号ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "createdate": {
|
|
|
|
|
+ "description": "创建时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsid": {
|
|
|
|
|
+ "description": "商品ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "infocontent": {
|
|
|
|
|
+ "description": "交易规则信息(存储配置的Protobuffer串)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "marketid": {
|
|
|
|
|
+ "description": "市场ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "tradetype": {
|
|
|
|
|
+ "description": "交易类型 - 1:投资者\\自营 2:做市",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.TouristGoods": {
|
|
"models.TouristGoods": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"required": [
|
|
"required": [
|
|
@@ -54563,7 +54667,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"freezeqty": {
|
|
"freezeqty": {
|
|
|
- "description": "冻结数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"goodscode": {
|
|
"goodscode": {
|
|
@@ -54599,7 +54703,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"holderqty": {
|
|
"holderqty": {
|
|
|
- "description": "持仓数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"isconfirmexercise": {
|
|
"isconfirmexercise": {
|
|
@@ -54623,7 +54727,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"openqty": {
|
|
"openqty": {
|
|
|
- "description": "建仓数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"optiontype": {
|
|
"optiontype": {
|
|
@@ -56108,7 +56212,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"fixedprice": {
|
|
"fixedprice": {
|
|
|
- "description": "挂牌价格",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"handlestatus": {
|
|
"handlestatus": {
|
|
@@ -56116,7 +56220,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"marginvalue": {
|
|
"marginvalue": {
|
|
|
- "description": "履约保证金比例",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
@@ -56298,7 +56402,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"averageprice": {
|
|
"averageprice": {
|
|
|
- "description": "成交均价",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradedate": {
|
|
"tradedate": {
|
|
@@ -56556,7 +56660,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"averageprice": {
|
|
"averageprice": {
|
|
|
- "description": "交割均价 = 交割金额 / 交割数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"begindate": {
|
|
"begindate": {
|
|
@@ -56680,7 +56784,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"xgoodsamount": {
|
|
"xgoodsamount": {
|
|
|
- "description": "合约金额 = 货款金额(DELIVERYAMOUNT) - 点价货款(P1GOODSREMAINAMOUNT)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"xgoodscode": {
|
|
"xgoodscode": {
|
|
@@ -57564,7 +57668,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"stepvalue": {
|
|
"stepvalue": {
|
|
|
- "description": "步骤值",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"templateid": {
|
|
"templateid": {
|
|
@@ -57875,7 +57979,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"amount": {
|
|
"amount": {
|
|
|
- "description": "挂牌金额 = 委托数量 * 固定价或升贴水",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"bannerpicurl": {
|
|
"bannerpicurl": {
|
|
@@ -57935,11 +58039,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": {
|
|
@@ -57975,7 +58079,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"marginvalue": {
|
|
"marginvalue": {
|
|
|
- "description": "保证金设置值(履约保证金)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
@@ -58217,7 +58321,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"delistminqty": {
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverymonth": {
|
|
"deliverymonth": {
|
|
@@ -58634,7 +58738,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"unpaidamount": {
|
|
"unpaidamount": {
|
|
|
- "description": "剩余款(待支付金额)",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"userid": {
|
|
"userid": {
|
|
@@ -59181,7 +59285,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"delistminqty": {
|
|
"delistminqty": {
|
|
|
- "description": "起摘数量",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverygoodscode": {
|
|
"deliverygoodscode": {
|
|
@@ -59318,11 +59422,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": {
|
|
@@ -59491,7 +59595,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"unpaidinterest": {
|
|
"unpaidinterest": {
|
|
|
- "description": "未结费用",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"updatetime": {
|
|
"updatetime": {
|
|
@@ -60083,7 +60187,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"orderprice": {
|
|
"orderprice": {
|
|
|
- "description": "委托价格",
|
|
|
|
|
|
|
+ "description": "期初均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"orderqty": {
|
|
"orderqty": {
|
|
@@ -63316,19 +63420,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的电子签记录才能发起合同签署",
|
|
@@ -63481,11 +63577,7 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"loginAccount": {
|
|
"loginAccount": {
|
|
|
"description": "登录账号",
|
|
"description": "登录账号",
|
|
|
- "allOf": [
|
|
|
|
|
- {
|
|
|
|
|
- "$ref": "#/definitions/models.Loginaccount"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Loginaccount"
|
|
|
},
|
|
},
|
|
|
"markets": {
|
|
"markets": {
|
|
|
"description": "市场",
|
|
"description": "市场",
|
|
@@ -63503,19 +63595,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": "用户姓名",
|