[TOC]
简要描述
请求URL
- /lantong-optimization/optimizationSkuApp/getCategoryPage
请求方式
请求参数
参数名 |
必选 |
类型 |
说明 |
current |
否 |
integer(int32) |
当前页 |
size |
否 |
integer(int64) |
每页的数量 |
categoryId |
否 |
string |
商品分类 |
endTime |
否 |
string |
结束日期 |
name |
否 |
string |
商品名称 |
rank |
否 |
integer(int64) |
分类级别 |
sku |
否 |
string |
商品编号 |
startTime |
否 |
string |
开始日期 |
返回示例
{
"code": 200,
"success": true,
"data": {
"records": [
{
"id": "",
"sku": "3728067,5841986,100000244168,100000331563,100008252159,100008551021,100008909353,100009781791,100014626184,100015974678,100017738072,100018679144,100019372082,100022231418",
"categoryId": "670",
"language": "en,zh",
"count": 43,
"createTime": "",
"updateTime": "",
"brandName": "",
"name": "",
"airOrLand": "",
"salesTerritory": "",
"picked": 0,
"categoryName": "电脑、办公",
"createDept": -1,
"createUser": -1,
"updateUser": -1,
"status": -1,
"isDeleted": -1
}
],
"total": 15,
"size": 1,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": "",
"maxLimit": -1,
"searchCount": true,
"pages": 15
},
"msg": "操作成功"
}
返回参数说明
参数名 |
说明 |
类型 |
code |
状态码 |
integer(int32) |
data |
承载数据 |
IPage«OptimizationSkuClickCountDto» |
current |
|
integer(int64) |
hitCount |
|
boolean |
pages |
|
integer(int64) |
records |
|
array OptimizationSkuClickCountDto |
airOrLand |
空运商品或者陆运(1->陆运;2->空运;3->空运和陆运) |
string |
brandName |
品牌名称 |
string |
categoryId |
商品分类 |
string |
categoryName |
分类名称 |
string |
count |
次数 |
integer |
createDept |
创建部门 |
integer |
createTime |
创建时间 |
string |
createUser |
创建人 |
integer |
id |
商品编号 |
string |
isDeleted |
|
integer |
language |
语言环境 |
string |
name |
商品名称 |
string |
picked |
精选(0:非精选;1:精选) |
integer |
salesTerritory |
销售地区(0->中国即柬埔寨;1->中国;2->柬埔寨) |
string |
sku |
商品编号 |
string |
status |
业务状态 |
integer |
updateTime |
更新时间 |
string |
updateUser |
更新人 |
integer |
searchCount |
|
boolean |
size |
|
integer(int64) |
total |
|
integer(int64) |
msg |
返回消息 |
string |
success |
是否成功 |
boolean |
code码说明
code |
说明 |
200 |
操作成功 |
500 |
加载失败 |