接口描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
庞晓宇 |
2021-07-16 |
2021-07-16 |
请求URL:
- 商户接口URL:/api/mchGoods/category/parent_list
请求方式:
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
page |
是 |
string |
页号 |
limit |
是 |
string |
页码 是否查询全部列表(-1) |
parentCategoryId |
否 |
string |
父类ID(填入0 则为一级分类) |
authFrom |
是 |
string |
4-线下餐饮 5-线下零售(门店类型StoreType为1-餐饮 对应参数4, 2-零售 对应参数5) |
返回参数说明:
参数名 |
类型 |
说明 |
code |
int |
0 |
msg |
string |
success |
data |
json |
查询成功返回list数据 |
返回数据说明:
参数名 |
类型 |
说明 |
categoryId |
long |
商品分类ID |
categoryName |
string |
分类名称 |
categoryImg |
string |
广告图 |
jumpUrl |
string |
跳转链接 |
categoryIcon |
string |
分类图标 |
parentCategoryId |
string |
父类ID |
authFrom |
string |
所属小程序 |
bgType |
string |
分类名称背景类型 |
bgValue |
string |
分类名称背景值(颜色) |
sort |
float |
排序 |
mchId |
long |
商户ID |
isvId |
long |
服务商ID |
createTime |
string |
创建时间 |
updateTime |
string |
更新时间 |
返回示例:
{
"code" : 0,
"msg" : "success",
"data" : [ {
"ps" : null,
"categoryId" : 3,
"categoryName" : "主食",
"categoryImg" : "",
"jumpUrl" : "",
"categoryIcon" : "",
"parentCategoryId" : 0,
"authFrom" : 1,
"bgType" : 1,
"bgValue" : "#ffb547_#ffc933",
"sort" : 1.0,
"mchId" : 20000008,
"isvId" : 40000003,
"createTime" : "2021-07-13 10:58:54",
"updateTime" : "2021-07-13 10:58:54"
}, {
"ps" : null,
"categoryId" : 2,
"categoryName" : "酒类",
"categoryImg" : "",
"jumpUrl" : "",
"categoryIcon" : "",
"parentCategoryId" : 0,
"authFrom" : 1,
"bgType" : 1,
"bgValue" : "#ff00ff_#ffc933",
"sort" : 1.0,
"mchId" : 20000008,
"isvId" : 40000003,
"createTime" : "2021-07-13 10:58:38",
"updateTime" : "2021-07-13 10:58:38"
}, {
"ps" : null,
"categoryId" : 1,
"categoryName" : "水果",
"categoryImg" : "",
"jumpUrl" : " ",
"categoryIcon" : "",
"parentCategoryId" : 0,
"authFrom" : 1,
"bgType" : 1,
"bgValue" : "#ffb547_#ffc933",
"sort" : 1.0,
"mchId" : 20000008,
"isvId" : 40000003,
"createTime" : "2021-07-13 10:58:06",
"updateTime" : "2021-07-13 10:58:06"
} ],
"count" : 3
}
文档更新时间: 2021-10-25 17:40 作者:刘正阳