|
@@ -40,7 +40,7 @@ public class UserLikeServiceImpl implements UserLikeService {
|
|
|
}
|
|
|
if (flag.equals(1)) {
|
|
|
likeMapper.disLike(userId, productId, 0);
|
|
|
- return ResponseJson.success("取消收藏成功");
|
|
|
+ return ResponseJson.success("取消收藏");
|
|
|
}
|
|
|
if (flag.equals(0)) {
|
|
|
likeMapper.like(userId, productId, 1);
|