{
"commentId": 0,
"commentRank": 0,
"isDefault": 0,
"isRecommend": 0,
"isShowed": 0,
"isTop": 0,
"sortOrder": 0,
"status": 0,
"usefull": 0,
"useless": 0,
"orderId": 0,
"orderItemId": 0,
"parentId": 0,
"productId": 0,
"productIds": [
0
],
"commentTag": [
"string"
],
"username": "string",
"avatar": "string",
"content": "string",
"addTime": "string",
"kefuName": "string",
"userId": 0,
"showPics": [
{
"picId": 0,
"picName": "string",
"picThumb": "string",
"picUrl": "string"
}
],
"reply": {
"commentId": 0,
"userId": 0,
"username": "string",
"content": "string",
"parentId": 0,
"addTime": "string"
},
"shopId": 0
}curl --location --request POST '/adminapi/product/comment/update' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"commentId": 0,
"commentRank": 0,
"isDefault": 0,
"isRecommend": 0,
"isShowed": 0,
"isTop": 0,
"sortOrder": 0,
"status": 0,
"usefull": 0,
"useless": 0,
"orderId": 0,
"orderItemId": 0,
"parentId": 0,
"productId": 0,
"productIds": [
0
],
"commentTag": [
"string"
],
"username": "string",
"avatar": "string",
"content": "string",
"addTime": "string",
"kefuName": "string",
"userId": 0,
"showPics": [
{
"picId": 0,
"picName": "string",
"picThumb": "string",
"picUrl": "string"
}
],
"reply": {
"commentId": 0,
"userId": 0,
"username": "string",
"content": "string",
"parentId": 0,
"addTime": "string"
},
"shopId": 0
}'