POST xuner/bi/synthetical/searchProduct
商品上图
请求信息
URI 参数
无。
Body 参数
SyntheticalSearchProductRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
code |
商品条码 |
string |
无。 |
tm | string |
无。 |
|
pageNum |
取第几页的数据 |
integer |
无。 |
PageSize |
每页多少条数据,默认10 |
integer |
无。 |
beginDate |
上架开始日期 |
string |
无。 |
endDate |
上架结束日期 |
string |
无。 |
updbeginDate |
更新开始日期 |
string |
无。 |
updendDate |
更新结束日期 |
string |
无。 |
list |
供应商列表 |
string |
无。 |
brandlist |
品牌列表 |
string |
无。 |
productlist |
商品列表 |
string |
无。 |
bigclasslist |
大类列表 |
string |
无。 |
othertype1list |
属性1 |
string |
无。 |
smallclasslist |
小类列表 |
string |
无。 |
seasonlist |
季节列表 |
string |
无。 |
othertype12list |
属性12 |
string |
无。 |
seachimg |
搜索图片字符串 |
string |
无。 |
请求格式
application/json, text/json
样例:
{ "code": "sample string 1", "tm": "sample string 2", "pageNum": 3, "PageSize": 4, "beginDate": "sample string 5", "endDate": "sample string 6", "updbeginDate": "sample string 7", "updendDate": "sample string 8", "list": "sample string 9", "brandlist": "sample string 10", "productlist": "sample string 11", "bigclasslist": "sample string 12", "othertype1list": "sample string 13", "smallclasslist": "sample string 14", "seasonlist": "sample string 15", "othertype12list": "sample string 16", "seachimg": "sample string 17" }
响应信息
资源描述
商品上图
gXopResponseOfListOfsynthetical_searchProduct名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of synthetical_searchProduct |
无。 |
|
desc |
错误信息 |
string |
无。 |
result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "row_num": 1, "code": "sample string 2", "name": "sample string 3", "brandName": "sample string 4", "seasonName": "sample string 5", "yearName": "sample string 6", "typeName": "sample string 7", "launchDate": "sample string 8", "launchDays": 9, "mnemonic": "sample string 10", "vdcodename": "sample string 11", "lstdate": "sample string 12", "usp": "sample string 13", "l3name": "sample string 14", "l2name": "sample string 15", "price": 16.0, "boduanname": "sample string 17", "cost": 18.0, "extproperty1": "sample string 19", "Degree": 20, "vipprice": 21.0 }, { "row_num": 1, "code": "sample string 2", "name": "sample string 3", "brandName": "sample string 4", "seasonName": "sample string 5", "yearName": "sample string 6", "typeName": "sample string 7", "launchDate": "sample string 8", "launchDays": 9, "mnemonic": "sample string 10", "vdcodename": "sample string 11", "lstdate": "sample string 12", "usp": "sample string 13", "l3name": "sample string 14", "l2name": "sample string 15", "price": 16.0, "boduanname": "sample string 17", "cost": 18.0, "extproperty1": "sample string 19", "Degree": 20, "vipprice": 21.0 } ], "desc": "sample string 1", "result": 2 }