查询该作品是否被改用户收藏
POST
http://localhost:8082/api/userCenter/isCollect.do
接口描述
1为已经收藏过,0为没有收藏
请求参数
参数名
类型
描述
必填
userCollectId
Integer
要查询的收藏人的user_id
必填
workId
Integer
作品id
必填
响应参数
参数名
类型
描述
必填
msg
1收藏过,0没有收藏
必填