curl --location --request GET '/adminapi/product/comment/detail?id' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"commentId": 0,
"userId": 0,
"username": "string",
"avatar": "string",
"productId": 0,
"orderId": 0,
"orderItemId": 0,
"commentRank": 0,
"content": "string",
"status": 0,
"parentId": 0,
"usefull": 0,
"useless": 0,
"isRecommend": 0,
"isTop": 0,
"isShowed": 0,
"isDefault": 0,
"sortOrder": 0,
"shopId": 0,
"productName": "string",
"productSn": "string",
"picThumb": "string",
"reply": {
"commentId": 0,
"userId": 0,
"username": "string",
"content": "string",
"parentId": 0,
"addTime": "string"
},
"addTime": "string",
"commentTag": [
"string"
],
"showPics": [
{
"picId": 0,
"picName": "string",
"picThumb": "string",
"picUrl": "string"
}
],
"kefuName": "string",
"skuId": 0,
"skuData": [
{
"name": "string",
"value": "string"
}
]
}