|
@@ -10167,6 +10167,34 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/Goods/GetTCEGoodsCollections": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "商品服务"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "获取TCE商品集合表",
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.TCEGoodsCollect"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/Guangzuan/GZBSFWOrderOperate": {
|
|
"/Guangzuan/GZBSFWOrderOperate": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -36534,6 +36562,30 @@ const docTemplate = `{
|
|
|
"description": "审核时间",
|
|
"description": "审核时间",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "buyotherfeealgorithm": {
|
|
|
|
|
+ "description": "买交收其它费用算法",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "buyotherfeevalue": {
|
|
|
|
|
+ "description": "买交收其它费用值",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "buypricemovealgorithm": {
|
|
|
|
|
+ "description": "买交收升贴水算法",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "buypricemovevalue": {
|
|
|
|
|
+ "description": "买交收升贴水值",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "buyshippingfeealgorithm": {
|
|
|
|
|
+ "description": "买交收运费算法",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "buyshippingfeevalue": {
|
|
|
|
|
+ "description": "买交收运费值",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
"canautoadddeposit": {
|
|
"canautoadddeposit": {
|
|
|
"description": "是否允许自动追加定金: 0-否 1-是(52)",
|
|
"description": "是否允许自动追加定金: 0-否 1-是(52)",
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
@@ -36622,6 +36674,18 @@ const docTemplate = `{
|
|
|
"description": "商品名称",
|
|
"description": "商品名称",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "goodsnameen": {
|
|
|
|
|
+ "description": "期货合约名称(英文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsnameth": {
|
|
|
|
|
+ "description": "期货合约名称泰文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsnametw": {
|
|
|
|
|
+ "description": "期货合约名称(繁体)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
"goodsorder": {
|
|
"goodsorder": {
|
|
|
"description": "商品显示顺序(99)",
|
|
"description": "商品显示顺序(99)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -36754,6 +36818,30 @@ const docTemplate = `{
|
|
|
"description": "备注",
|
|
"description": "备注",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "sellotherfeealgorithm": {
|
|
|
|
|
+ "description": "卖交收其它费用算法",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "sellotherfeevalue": {
|
|
|
|
|
+ "description": "卖交收其它费用值",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "sellpricemovealgorithm": {
|
|
|
|
|
+ "description": "卖交收升贴水算法",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "sellpricemovevalue": {
|
|
|
|
|
+ "description": "卖交收升贴水值",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "sellshippingfeealgorithm": {
|
|
|
|
|
+ "description": "卖交收运费算法",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "sellshippingfeevalue": {
|
|
|
|
|
+ "description": "卖交收运费值",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
"thumurls": {
|
|
"thumurls": {
|
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -44188,6 +44276,18 @@ const docTemplate = `{
|
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
|
|
+ "totalotherfee": {
|
|
|
|
|
+ "description": "总其它费用(10-线下交收)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "totalpricemove": {
|
|
|
|
|
+ "description": "总升贴水(10-线下交收)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "totalshippingfee": {
|
|
|
|
|
+ "description": "总运费(10-线下交收)",
|
|
|
|
|
+ "type": "number"
|
|
|
|
|
+ },
|
|
|
"tradeid": {
|
|
"tradeid": {
|
|
|
"description": "成交单号(10-线下交收)",
|
|
"description": "成交单号(10-线下交收)",
|
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -54797,6 +54897,94 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.TCEGoodsCollect": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "bannerurls": {
|
|
|
|
|
+ "description": "Banner图(多张)(2:1)(逗号分隔)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectiondesc": {
|
|
|
|
|
+ "description": "商品集合描述(富文本)(简体)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectiondescen": {
|
|
|
|
|
+ "description": "商品集合描述(富文本)(英文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectiondescth": {
|
|
|
|
|
+ "description": "商品集合描述(富文本)(泰文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectiondesctw": {
|
|
|
|
|
+ "description": "商品集合描述(富文本)(繁体)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectionid": {
|
|
|
|
|
+ "description": "商品集合ID(SEQ_TCE_GOODSCOLLECTION)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectionname": {
|
|
|
|
|
+ "description": "商品集合名称(简体)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectionnameen": {
|
|
|
|
|
+ "description": "商品集合名称(英文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectionnameth": {
|
|
|
|
|
+ "description": "商品集合名称(泰文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectionnametw": {
|
|
|
|
|
+ "description": "商品集合名称(繁体)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "collectionstatus": {
|
|
|
|
|
+ "description": "状态 - 1:正常 2:注销(枚举:status)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "configs": {
|
|
|
|
|
+ "description": "商品集合商品列表",
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Tcegcgoodsconfig"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "createtime": {
|
|
|
|
|
+ "description": "创建时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "creatorid": {
|
|
|
|
|
+ "description": "建仓人",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "defaultgoodsid": {
|
|
|
|
|
+ "description": "默认商品ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "modifierid": {
|
|
|
|
|
+ "description": "修改人",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "modifytime": {
|
|
|
|
|
+ "description": "修改时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "orderindex": {
|
|
|
|
|
+ "description": "显示顺序",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "pictureurl": {
|
|
|
|
|
+ "description": "详情图(1张)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "thumurls": {
|
|
|
|
|
+ "description": "缩略图片(1:1)(1张)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.THJDeliveryMode": {
|
|
"models.THJDeliveryMode": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -55656,6 +55844,27 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.Tcegcgoodsconfig": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "collectionid": {
|
|
|
|
|
+ "description": "商品集合ID(SEQ_TCE_GOODSCOLLECTION)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "configid": {
|
|
|
|
|
+ "description": "商品配置ID(SEQ_TCE_GCGoodsConfig)",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "createtime": {
|
|
|
|
|
+ "description": "创建时间",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goodsid": {
|
|
|
|
|
+ "description": "商品ID",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.ThjSpotQuote": {
|
|
"models.ThjSpotQuote": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|