|
@@ -5268,6 +5268,97 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/Ermcp3/QuerySpotGoodsPrice": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "security": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "ApiKeyAuth": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "企业风险管理v3(app)"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "查询现货市价(现货市价)",
|
|
|
|
|
+ "parameters": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "用户ID",
|
|
|
|
|
+ "name": "userid",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Ermcp3SpotGoodsPrice"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "/Ermcp3/QuerySpotGoodsPriceLog": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "security": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "ApiKeyAuth": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "企业风险管理v3(app)"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "查询现货市价详情(现货市价/详情)",
|
|
|
|
|
+ "parameters": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "用户ID",
|
|
|
|
|
+ "name": "userid",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "integer",
|
|
|
|
|
+ "description": "现货商品ID",
|
|
|
|
|
+ "name": "deliverygoodsid",
|
|
|
|
|
+ "in": "query",
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Ermcp3SpotGoodsPriceLog"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/Erms2/QueryArbitrageStrategy": {
|
|
"/Erms2/QueryArbitrageStrategy": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -13182,6 +13273,10 @@ var doc = `{
|
|
|
"description": "品牌名称",
|
|
"description": "品牌名称",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "buynickname": {
|
|
|
|
|
+ "description": "采购方昵称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"buyuserid": {
|
|
"buyuserid": {
|
|
|
"description": "采购方userid",
|
|
"description": "采购方userid",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -13234,6 +13329,10 @@ var doc = `{
|
|
|
"description": "数量",
|
|
"description": "数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
|
|
+ "sellnickname": {
|
|
|
|
|
+ "description": "销售方昵称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"selluserid": {
|
|
"selluserid": {
|
|
|
"description": "销售方userid",
|
|
"description": "销售方userid",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -13280,7 +13379,7 @@ var doc = `{
|
|
|
},
|
|
},
|
|
|
"wrstandardid": {
|
|
"wrstandardid": {
|
|
|
"description": "品类ID",
|
|
"description": "品类ID",
|
|
|
- "type": "string"
|
|
|
|
|
|
|
+ "type": "integer"
|
|
|
},
|
|
},
|
|
|
"wrstandardname": {
|
|
"wrstandardname": {
|
|
|
"description": "品类名称",
|
|
"description": "品类名称",
|
|
@@ -13414,7 +13513,7 @@ var doc = `{
|
|
|
},
|
|
},
|
|
|
"wrstandardid": {
|
|
"wrstandardid": {
|
|
|
"description": "品类ID",
|
|
"description": "品类ID",
|
|
|
- "type": "string"
|
|
|
|
|
|
|
+ "type": "integer"
|
|
|
},
|
|
},
|
|
|
"wrstandardname": {
|
|
"wrstandardname": {
|
|
|
"description": "品类名称",
|
|
"description": "品类名称",
|
|
@@ -14290,6 +14389,184 @@ var doc = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.Ermcp3SpotGoodsPrice": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "areauserid": {
|
|
|
|
|
+ "description": "所属机构id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "brandname": {
|
|
|
|
|
+ "description": "品牌名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "currencyid": {
|
|
|
|
|
+ "description": "报价货币ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodscode": {
|
|
|
|
|
+ "description": "现货商品代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodsid": {
|
|
|
|
|
+ "description": "现货商品id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodsname": {
|
|
|
|
|
+ "description": "现货商品名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "enumdicname": {
|
|
|
|
|
+ "description": "现货商品单位名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "gbenumdicname": {
|
|
|
|
|
+ "description": "品类单位名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "gmunitid": {
|
|
|
|
|
+ "description": "品类单位id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "isvalid": {
|
|
|
|
|
+ "description": "是否有效 - 0:无效 1:有效",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operateid": {
|
|
|
|
|
+ "description": "最后操作人",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operatesrc": {
|
|
|
|
|
+ "description": "最后操作来源 - 1:管理端 2:终端",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operatetime": {
|
|
|
|
|
+ "description": "最后操作时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operatorname": {
|
|
|
|
|
+ "description": "操作人名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "spotgoodsbrandid": {
|
|
|
|
|
+ "description": "现货品牌ID(通用则为0, 不为0则须先有品类ID)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "spotgoodsprice": {
|
|
|
|
|
+ "description": "现货价格",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "tradedate": {
|
|
|
|
|
+ "description": "交易日(yyyyMMdd)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "unitid": {
|
|
|
|
|
+ "description": "现货商品单位id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardcode": {
|
|
|
|
|
+ "description": "品类代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardid": {
|
|
|
|
|
+ "description": "现货品类ID(通用则为0)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardname": {
|
|
|
|
|
+ "description": "品类名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "models.Ermcp3SpotGoodsPriceLog": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "areauserid": {
|
|
|
|
|
+ "description": "所属机构id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "brandname": {
|
|
|
|
|
+ "description": "品牌名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "currencyid": {
|
|
|
|
|
+ "description": "报价货币ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodscode": {
|
|
|
|
|
+ "description": "现货商品代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodsid": {
|
|
|
|
|
+ "description": "现货商品id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "deliverygoodsname": {
|
|
|
|
|
+ "description": "现货商品名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "enumdicname": {
|
|
|
|
|
+ "description": "现货商品单位名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "gbenumdicname": {
|
|
|
|
|
+ "description": "品类单位名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "gmunitid": {
|
|
|
|
|
+ "description": "品类单位id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "logid": {
|
|
|
|
|
+ "description": "日志id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operateid": {
|
|
|
|
|
+ "description": "最后操作人",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operatesrc": {
|
|
|
|
|
+ "description": "最后操作来源 - 1:管理端 2:终端",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operatetime": {
|
|
|
|
|
+ "description": "最后操作时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "operatorname": {
|
|
|
|
|
+ "description": "操作人名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "spotgoodsbrandid": {
|
|
|
|
|
+ "description": "现货品牌ID(通用则为0, 不为0则须先有品类ID)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "spotgoodsprice": {
|
|
|
|
|
+ "description": "现货价格",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "tradedate": {
|
|
|
|
|
+ "description": "交易日(yyyyMMdd)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "unitid": {
|
|
|
|
|
+ "description": "现货商品单位id",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardcode": {
|
|
|
|
|
+ "description": "品类代码",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardid": {
|
|
|
|
|
+ "description": "现货品类ID(通用则为0)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "wrstandardname": {
|
|
|
|
|
+ "description": "品类名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.Ermcp3Wrstandard": {
|
|
"models.Ermcp3Wrstandard": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -14297,6 +14574,10 @@ var doc = `{
|
|
|
"description": "所属机构",
|
|
"description": "所属机构",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "convertfactor": {
|
|
|
|
|
+ "description": "标仓系数",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
"createtime": {
|
|
"createtime": {
|
|
|
"description": "创建时间",
|
|
"description": "创建时间",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -14998,6 +15279,10 @@ var doc = `{
|
|
|
"description": "成交量小数位",
|
|
"description": "成交量小数位",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "remark": {
|
|
|
|
|
+ "description": "备注",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"standardqty": {
|
|
"standardqty": {
|
|
|
"description": "标准数量(库位数量) [标准品特有]",
|
|
"description": "标准数量(库位数量) [标准品特有]",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -15699,10 +15984,18 @@ var doc = `{
|
|
|
"description": "所属会员id",
|
|
"description": "所属会员id",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "mobile": {
|
|
|
|
|
+ "description": "手机号",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"modifytime": {
|
|
"modifytime": {
|
|
|
"description": "修改时间",
|
|
"description": "修改时间",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "password": {
|
|
|
|
|
+ "description": "密码(不可解密)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"rolename": {
|
|
"rolename": {
|
|
|
"description": "角色名称",
|
|
"description": "角色名称",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -17679,6 +17972,10 @@ var doc = `{
|
|
|
"description": "市",
|
|
"description": "市",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "contactname": {
|
|
|
|
|
+ "description": "联系人",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"countryid": {
|
|
"countryid": {
|
|
|
"description": "国家",
|
|
"description": "国家",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -17695,6 +17992,10 @@ var doc = `{
|
|
|
"description": "区域",
|
|
"description": "区域",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
|
|
+ "legalpersonname": {
|
|
|
|
|
+ "description": "法人姓名(企业)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"memberuserid": {
|
|
"memberuserid": {
|
|
|
"description": "所属机构ID",
|
|
"description": "所属机构ID",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -17727,6 +18028,10 @@ var doc = `{
|
|
|
"description": "账户状态中文描述",
|
|
"description": "账户状态中文描述",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "taxpayernum": {
|
|
|
|
|
+ "description": "纳税人识别号",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"telphone": {
|
|
"telphone": {
|
|
|
"description": "联系电话",
|
|
"description": "联系电话",
|
|
|
"type": "string"
|
|
"type": "string"
|