{
"id": "937cc69c14aa423b9c72141b31919986",
"targetType":1 //1.表示好友资料的点赞
}curl --location --request POST '/active/like' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "937cc69c14aa423b9c72141b31919986",
"targetType":1 //1.表示好友资料的点赞
}'{
"msg": "操作成功",
"code": 200,
"data": [
{
"userId": "406d6592e9c24ad3940ae4206d43a7f8",
"userName": "佘诗豪",
"userAccount": "ssh"
}
]
}