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