{
"appId": "{{appid}}",
"snsId": 14287710653886042616,
"operType": 2,
"wxid": "wxid_4mb3zx0q09fq21",
"commentId": 1,
"content": ""
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/sns/commentSns' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"snsId": 14287710653886042616,
"operType": 2,
"wxid": "wxid_4mb3zx0q09fq21",
"commentId": 1,
"content": ""
}'
{
"ret": 200,
"msg": "操作成功"
}