{
"id": "string",
"socialId": "string",
"socialUserId": "string",
"userId": "string",
"headPortrait": "string",
"title": "string",
"content": "string",
"currentPage": 0,
"pageSize": 0,
"soSocialReply": {}
}
curl --location --request PUT '43.139.194.209:8088/soSocialComment/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"socialId": "string",
"socialUserId": "string",
"userId": "string",
"headPortrait": "string",
"title": "string",
"content": "string",
"currentPage": 0,
"pageSize": 0,
"soSocialReply": {}
}'
{
"code": 0,
"msg": "string"
}