Authorization: Bearer ********************curl --location --request POST '/api.php?API=biz/product/cate/detail' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'CLIENT_API=' \
--data-urlencode 'openid=' \
--data-urlencode 'data={"cate_id":"1867"}'{
"data": {
"cate_id": "string",
"parent_id": "string",
"title": "string",
"orderby": "string",
"show_type": "string",
"settime": [
{
"stime": "6:00",
"ltime": "18:00",
"stime_time": "21600",
"ltime_time": "64800"
}
],
"childrens": [
{
"cate_id": "string",
"parent_id": "string",
"title": "string",
"orderby": "string",
"show_type": "string",
"settime": [
{
"stime": "6:00",
"ltime": "18:00",
"stime_time": "21600",
"ltime_time": "64800"
}
],
"childrens": [
{}
]
}
]
},
"error": "0",
"message": "success"
}