|
|
@@ -1,13 +1,14 @@
|
|
|
-// Package docs GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
|
|
+// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
|
|
// This file was generated by swaggo/swag
|
|
|
+
|
|
|
package docs
|
|
|
|
|
|
import (
|
|
|
"bytes"
|
|
|
"encoding/json"
|
|
|
"strings"
|
|
|
- "text/template"
|
|
|
|
|
|
+ "github.com/alecthomas/template"
|
|
|
"github.com/swaggo/swag"
|
|
|
)
|
|
|
|
|
|
@@ -15,7 +16,7 @@ var doc = `{
|
|
|
"schemes": {{ marshal .Schemes }},
|
|
|
"swagger": "2.0",
|
|
|
"info": {
|
|
|
- "description": "{{escape .Description}}",
|
|
|
+ "description": "{{.Description}}",
|
|
|
"title": "{{.Title}}",
|
|
|
"termsOfService": "http://www.muchinfo.cn",
|
|
|
"contact": {},
|
|
|
@@ -11240,6 +11241,48 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/TaAccount/QueryRelatedTaAccount": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "资金账户"
|
|
|
+ ],
|
|
|
+ "summary": "查询关联资金账户信息",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "关联UserID",
|
|
|
+ "name": "relateduserid",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/models.RelatedTaAccount"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/Tjmd/QueryQuoteGoodsList": {
|
|
|
"get": {
|
|
|
"security": [
|
|
|
@@ -14658,7 +14701,9 @@ var doc = `{
|
|
|
"code": {
|
|
|
"type": "integer"
|
|
|
},
|
|
|
- "data": {},
|
|
|
+ "data": {
|
|
|
+ "type": "object"
|
|
|
+ },
|
|
|
"msg": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
@@ -17746,31 +17791,31 @@ var doc = `{
|
|
|
"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": {
|
|
|
@@ -32552,6 +32597,15 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.RelatedTaAccount": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "accountid": {
|
|
|
+ "description": "资金账户ID",
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.RoleMenu": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -41403,13 +41457,6 @@ func (s *s) ReadDoc() string {
|
|
|
a, _ := json.Marshal(v)
|
|
|
return string(a)
|
|
|
},
|
|
|
- "escape": func(v interface{}) string {
|
|
|
- // escape tabs
|
|
|
- str := strings.Replace(v.(string), "\t", "\\t", -1)
|
|
|
- // replace " with \", and if that results in \\", replace that with \\\"
|
|
|
- str = strings.Replace(str, "\"", "\\\"", -1)
|
|
|
- return strings.Replace(str, "\\\\\"", "\\\\\\\"", -1)
|
|
|
- },
|
|
|
}).Parse(doc)
|
|
|
if err != nil {
|
|
|
return doc
|
|
|
@@ -41424,5 +41471,5 @@ func (s *s) ReadDoc() string {
|
|
|
}
|
|
|
|
|
|
func init() {
|
|
|
- swag.Register("swagger", &s{})
|
|
|
+ swag.Register(swag.Name, &s{})
|
|
|
}
|