curl --location --request GET 'https://openatom.atomgit.com/api/information/like/num?informationId=2' \ --header 'X-ATOMGIT-POP-COMMUNITY: openatom' \ --header 'X-ATOMGIT-POP-COMMUNITY;' \ --header 'X-ATOMGIT-POP-TOKEN;'
{ "code": 200, "msg": "成功", "data": { "likeNum": 0, "collectNum": 0, "viewNum": "49", "isLike": false, "isCollect": false } }