|
@@ -3174,7 +3174,7 @@ var doc = `{
|
|
|
"schema": {
|
|
"schema": {
|
|
|
"type": "array",
|
|
"type": "array",
|
|
|
"items": {
|
|
"items": {
|
|
|
- "$ref": "#/definitions/models.Ermcp3ExposureFutuDetail"
|
|
|
|
|
|
|
+ "$ref": "#/definitions/models.Ermcp3ExposureParamChLog"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -7472,6 +7472,48 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/Qhj/QueryMyTeam": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "security": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "ApiKeyAuth": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "大连千海金"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "查询我的团队",
|
|
|
|
|
+ "parameters": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "用户ID",
|
|
|
|
|
+ "name": "userid",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.QhjMyTeam"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/Qhj/QueryParentAreaList": {
|
|
"/Qhj/QueryParentAreaList": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -8133,6 +8175,74 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/QhjMgr/QueryBrokerRewardReport": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "security": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "ApiKeyAuth": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "大连千海金(PCWeb)"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "查询经纪人奖励报表(废弃)",
|
|
|
|
|
+ "parameters": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "所属机构ID",
|
|
|
|
|
+ "name": "userid",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "周期类型 - 0:日 1:月 2:季 3:年 4:周 5:全报表【原值】",
|
|
|
|
|
+ "name": "cycletype",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "description": "周期时间 日(YYYYMMDD) 月(YYYYMM) 季(YYYYQ) 年(YYYY) 周(YYYYMMDD) 全(0)【原值】",
|
|
|
|
|
+ "name": "cycletime",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "description": "名称(模糊匹配)",
|
|
|
|
|
+ "name": "filtername",
|
|
|
|
|
+ "in": "query"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "是否包含子级 1-包含",
|
|
|
|
|
+ "name": "includesub",
|
|
|
|
|
+ "in": "query"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.QhjMgrBrokerRewardReport"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/QhjMgr/QueryContract": {
|
|
"/QhjMgr/QueryContract": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -8790,7 +8900,7 @@ var doc = `{
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"type": "integer",
|
|
"type": "integer",
|
|
|
- "description": "是否有效 - 0:无效 1:有效",
|
|
|
|
|
|
|
+ "description": "是否有效 - 是否有效 - 1:正常 2:停用 3:注销",
|
|
|
"name": "isvalid",
|
|
"name": "isvalid",
|
|
|
"in": "query"
|
|
"in": "query"
|
|
|
},
|
|
},
|
|
@@ -16160,6 +16270,79 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.Ermcp3ExposureParamChLog": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "accountid": {
|
|
|
|
|
+ "description": "期货账户ID (作废, 默认为0)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "aftervalue": {
|
|
|
|
|
+ "description": "应套保\\套利量变更后(调整后应套保总量)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "areauserid": {
|
|
|
|
|
+ "description": "所属机构\\交易用户ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "beforevalue": {
|
|
|
|
|
+ "description": "应套保\\套利量变更前(调整前应套保总量)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "begindate": {
|
|
|
|
|
+ "description": "开始交易日",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "changelogtype": {
|
|
|
|
|
+ "description": "变更流水类型 - 1:套保比率变更 2:套利比率变更",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "curvalue": {
|
|
|
|
|
+ "description": "当前套保\\套利量(套保总量|套利总量)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "diffvalue": {
|
|
|
|
|
+ "description": "应套保总量变化量",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "enddate": {
|
|
|
|
|
+ "description": "结束交易日",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "logdatetime": {
|
|
|
|
|
+ "description": "流水日期",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "logid": {
|
|
|
|
|
+ "description": "流水ID(609+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "middlegoodscode": {
|
|
|
|
|
+ "description": "套保品种代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "middlegoodsid": {
|
|
|
|
|
+ "description": "套保品种",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "middlegoodsname": {
|
|
|
|
|
+ "description": "套保品种名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "paramaftervalue": {
|
|
|
|
|
+ "description": "参数变更后(调整后参数值)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "parambeforevalue": {
|
|
|
|
|
+ "description": "参数变更前(调整前参数值)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "tradedate": {
|
|
|
|
|
+ "description": "交易日(yyyyMMdd)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.Ermcp3ExpourseReport": {
|
|
"models.Ermcp3ExpourseReport": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -23183,7 +23366,7 @@ var doc = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"isvalid": {
|
|
"isvalid": {
|
|
|
- "description": "是否有效 - 0:无效 1:有效",
|
|
|
|
|
|
|
+ "description": "是否有效 - 是否有效 - 1:正常 2:停用 3:注销",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"reviserid": {
|
|
"reviserid": {
|
|
@@ -24278,6 +24461,71 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.QhjMgrBrokerRewardReport": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "createtime": {
|
|
|
|
|
+ "description": "创建时间(注册时间)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cycletime": {
|
|
|
|
|
+ "description": "周期时间 日(YYYYMMDD) 月(YYYYMM) 季(YYYYQ) 年(YYYY) 周(YYYYMMDD) 全(0)【原值】",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cycletype": {
|
|
|
|
|
+ "description": "周期类型 - 0:日 1:月 2:季 3:年 4:周 5:全报表【原值】",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "directtotalnum": {
|
|
|
|
|
+ "description": "直推总人数【期末】",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "indirecttotalnum": {
|
|
|
|
|
+ "description": "间推总人数【期末】",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "mobile": {
|
|
|
|
|
+ "description": "电话号码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "refereeuserid": {
|
|
|
|
|
+ "description": "推荐人id(经纪人id)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "refereeusername": {
|
|
|
|
|
+ "description": "推荐人名称(经纪人) 上级经纪人名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "refernum": {
|
|
|
|
|
+ "description": "推荐码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "subarealevelpath": {
|
|
|
|
|
+ "description": "用户层级路径",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "todayrewardamount": {
|
|
|
|
|
+ "description": "奖励总金额【汇总】",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "updatetime": {
|
|
|
|
|
+ "description": "更新时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "userid": {
|
|
|
|
|
+ "description": "经纪人用户ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "userinfotype": {
|
|
|
|
|
+ "description": "用户类型 1-个人 2-企业",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "username": {
|
|
|
|
|
+ "description": "用户名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.QhjMgrContract": {
|
|
"models.QhjMgrContract": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -25009,6 +25257,43 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.QhjMyTeam": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "accountname": {
|
|
|
|
|
+ "description": "用户名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "accountstatus": {
|
|
|
|
|
+ "description": "账户状态 - 1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:停用(注销) 7:注销(删除)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "createtime": {
|
|
|
|
|
+ "description": "创建时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "mobile": {
|
|
|
|
|
+ "description": "手机号码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "refereeuserid": {
|
|
|
|
|
+ "description": "推荐人id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "refernum": {
|
|
|
|
|
+ "description": "推荐码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "userid": {
|
|
|
|
|
+ "description": "用户id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "userinfotype": {
|
|
|
|
|
+ "description": "用户类型 1-个人 2-企业",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.QhjNodeAgreementConfig": {
|
|
"models.QhjNodeAgreementConfig": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|