{
"cateId":4,
"cateName":"食品酒水",
"cateLevel":1,
"pagination":{
"page":1,
"pageSize":10
}
}curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/goods/category' \
--header 'appKey: ' \
--header 'token: ' \
--header 'nonce: ' \
--header 'timestamp: ' \
--header 'signature: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"cateId":4,
"cateName":"食品酒水",
"cateLevel":1,
"pagination":{
"page":1,
"pageSize":10
}
}'{
"status": 200,
"msg": "请求成功",
"requestId": "f243547a-3903-11ef-a7cd-08002763b2f5",
"content": {
"total": 1,
"currentPage": 1,
"perPage": 10,
"count": 1,
"items": [
{
"cateId": 4,
"catePid": 0,
"cateName": "食品酒水",
"cateLevel": 1
}
]
}
}