|
|
@@ -2525,6 +2525,45 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/User/GetUserAccount": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "用户信息"
|
|
|
+ ],
|
|
|
+ "summary": "获取用户账号信息",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户ID",
|
|
|
+ "name": "userID",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/models.Useraccount"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/User/GetUserAuthStatus": {
|
|
|
"get": {
|
|
|
"security": [
|
|
|
@@ -6117,6 +6156,118 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.Useraccount": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "userid"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "accountname": {
|
|
|
+ "description": "账户名称(机构名称)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "accountstatus": {
|
|
|
+ "description": "账户状态 - 1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:注销",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "auditremark": {
|
|
|
+ "description": "审核备注",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "audittime": {
|
|
|
+ "description": "审核时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "audituserid": {
|
|
|
+ "description": "审核人",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "broker": {
|
|
|
+ "description": "所属经纪人ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "canceltime": {
|
|
|
+ "description": "销户时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "canceluserid": {
|
|
|
+ "description": "销户人",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "createtime": {
|
|
|
+ "description": "创建时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "creatorid": {
|
|
|
+ "description": "创建人",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "hasauth": {
|
|
|
+ "description": "是否已实名认证 - 0:未认证 1:已认证 2:已提交(待审核) 3:已拒绝",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "isanonymous": {
|
|
|
+ "description": "是否匿名下单 - 0:否 1:是",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "maxinvestornum": {
|
|
|
+ "description": "最大用户数(经纪会员下投资者个数)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "memberuserid": {
|
|
|
+ "description": "所属会员ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "modifierid": {
|
|
|
+ "description": "修改人",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "modifyremark": {
|
|
|
+ "description": "变更备注",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "modifystatus": {
|
|
|
+ "description": "变更状态 1 未变更 2 变更中 3 变更待审核 4 变更待复核(投资者)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "modifytime": {
|
|
|
+ "description": "修改时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "parentuserid": {
|
|
|
+ "description": "所属机构ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "reckonaccountid": {
|
|
|
+ "description": "默认结算资金账号ID(机构分润使用) 作废",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "refercount": {
|
|
|
+ "description": "推荐总人数",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "refereeuserid": {
|
|
|
+ "description": "推荐人ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "refernum": {
|
|
|
+ "description": "推荐码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "subarealevelpath": {
|
|
|
+ "description": "子机构层级路径(逗号分隔,首尾加逗号)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "usertype": {
|
|
|
+ "description": "账户类型 - 1:交易所 2:机构 3:会员子机构 4:经纪人 5:投资者 6:客户",
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.Userfavoritegoods": {
|
|
|
"type": "object",
|
|
|
"required": [
|