curl --location --request GET '/adminapi/goods.goods_category/detail?id=' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'{
"code": 1,
"show": 0,
"msg": "商品分类详情获取成功",
"data": {
"id": 1,
"name": "商品分类1",
"pid": 0,
"level": 1,
"image": "http://www.likeshopb2cv3.localhost/uploads/images/20210526104909d20777188.png",
"sort": 100,
"is_show": 1,
"is_recommend": 1,
"create_time": "2021-07-17 17:42:37",
"update_time": "2021-07-19 14:17:30",
"delete_time": null
}
}