查询所有一级类目列表
0·查询一级类目列表
请求方式: GET
URL:https://{path}/commodity/getCategoryList
入参:
无
出参:
{
"code": "000000",
"message": "SUCCESS",
"time": "2021-12-17T03:19:55.485+0000",
"body": [{
"sort1": "101",
"sort1Name": "家电"
}, {
"sort2": "102",
"sort2Name": "数码"
}]
}