|
@@ -13120,6 +13120,10 @@ var doc = `{
|
|
|
"description": "创建人ID",
|
|
"description": "创建人ID",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "fromuserid": {
|
|
|
|
|
+ "description": "所属机构(组织机构)( OrgType = 1时为自己, = 2\\3时取上级机构的所属机构)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"isreturnscore": {
|
|
"isreturnscore": {
|
|
|
"description": "是否返还积分 [经纪会员-辽东湾] - 0:不返还 1:返还",
|
|
"description": "是否返还积分 [经纪会员-辽东湾] - 0:不返还 1:返还",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -13133,7 +13137,7 @@ var doc = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"orgtype": {
|
|
"orgtype": {
|
|
|
- "description": "组织机构类型 1:机构 2:交易员",
|
|
|
|
|
|
|
+ "description": "组织机构类型 1:机构\\分支节点 2:交易员\\叶子节点 3:部门\\分支节点",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"outuserid": {
|
|
"outuserid": {
|
|
@@ -13145,7 +13149,7 @@ var doc = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"roletype": {
|
|
"roletype": {
|
|
|
- "description": "角色类型 - 1:交易所 2:运营机构 3:营销中心 4:仓库机构 5:三方服务机构 6:自营会员 7:经纪会员 8:做市会员 9:产业会员 10:金融机构 11:商城店铺 12:子机构 13:报价商 14:积分服务商 15:供货商 16:圈内会员 17:物流机构 18:报价配置机构 19:场外期权做市商 20:组织机构 21:顶级机构 22:业务员 23:跟单员 24:交易员",
|
|
|
|
|
|
|
+ "description": "角色类型 - 1:交易所 2:运营机构 3:营销中心 4:仓库机构 5:三方服务机构 6:自营会员 7:经纪会员 8:做市会员 9:产业会员 10:金融机构 11:商城店铺 12:子机构 13:报价商 14:积分服务商 15:供货商 16:圈内会员 17:物流机构 18:报价配置机构 19:场外期权做市商 20:组织机构 21:顶级机构 22:业务员 23:跟单员 24:交易员 25:客户 98:代理 99:门店",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"rootuserid": {
|
|
"rootuserid": {
|
|
@@ -13160,6 +13164,10 @@ var doc = `{
|
|
|
"description": "组织机构层级路径(逗号分隔,首尾加逗号)",
|
|
"description": "组织机构层级路径(逗号分隔,首尾加逗号)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "suborgtype": {
|
|
|
|
|
+ "description": "子机构类型(千海金) - 0:机构 1:代理 2:门店",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"tradeaccountid": {
|
|
"tradeaccountid": {
|
|
|
"description": "默认交易资金账号ID(做市会员被动接单使用、商城店铺默认资金账 号、圈内会员默认资金账号) - 作废, 使用UserReckonAccount",
|
|
"description": "默认交易资金账号ID(做市会员被动接单使用、商城店铺默认资金账 号、圈内会员默认资金账号) - 作废, 使用UserReckonAccount",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -16984,6 +16992,10 @@ var doc = `{
|
|
|
"description": "合约单位",
|
|
"description": "合约单位",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
|
|
+ "areauserid": {
|
|
|
|
|
+ "description": "所属机构",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"auditaccountid": {
|
|
"auditaccountid": {
|
|
|
"description": "审核操作员账号",
|
|
"description": "审核操作员账号",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -17100,6 +17112,10 @@ var doc = `{
|
|
|
"description": "是否限制建仓量 - 0:不限制 1:限制",
|
|
"description": "是否限制建仓量 - 0:不限制 1:限制",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "isvisible": {
|
|
|
|
|
+ "description": "游客是否可见 - 0:不可见 1:可见",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"lasttradedate": {
|
|
"lasttradedate": {
|
|
|
"description": "最后交易日期(状态:待退市)",
|
|
"description": "最后交易日期(状态:待退市)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -17132,6 +17148,10 @@ var doc = `{
|
|
|
"description": "商品代码(外部)",
|
|
"description": "商品代码(外部)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "pictureurl": {
|
|
|
|
|
+ "description": "商品图片",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"qtydecimalplace": {
|
|
"qtydecimalplace": {
|
|
|
"description": "成交量小数位",
|
|
"description": "成交量小数位",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -18833,6 +18853,10 @@ var doc = `{
|
|
|
"description": "合约单位",
|
|
"description": "合约单位",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
|
|
+ "areauserid": {
|
|
|
|
|
+ "description": "所属机构",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"auditaccountid": {
|
|
"auditaccountid": {
|
|
|
"description": "审核操作员账号",
|
|
"description": "审核操作员账号",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -18949,6 +18973,10 @@ var doc = `{
|
|
|
"description": "是否限制建仓量 - 0:不限制 1:限制",
|
|
"description": "是否限制建仓量 - 0:不限制 1:限制",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "isvisible": {
|
|
|
|
|
+ "description": "游客是否可见 - 0:不可见 1:可见",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
"lasttradedate": {
|
|
"lasttradedate": {
|
|
|
"description": "最后交易日期(状态:待退市)",
|
|
"description": "最后交易日期(状态:待退市)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -18981,6 +19009,10 @@ var doc = `{
|
|
|
"description": "商品代码(外部)",
|
|
"description": "商品代码(外部)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "pictureurl": {
|
|
|
|
|
+ "description": "商品图片",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"qtydecimalplace": {
|
|
"qtydecimalplace": {
|
|
|
"description": "成交量小数位",
|
|
"description": "成交量小数位",
|
|
|
"type": "integer"
|
|
"type": "integer"
|