|
@@ -233,7 +233,7 @@ public class CommunityTagController extends BaseController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 获取标签信息(获取拉黑标签信息)
|
|
|
+ * 获取拉黑标签信息
|
|
|
*/
|
|
|
@ApiOperation("获取拉黑标签信息")
|
|
|
@GetMapping("/tagsTakeBlock")
|
|
@@ -287,7 +287,7 @@ public class CommunityTagController extends BaseController {
|
|
|
|
|
|
Page<CommunityTagBlock> page = new Page<>(pageNum, pageSize);
|
|
|
|
|
|
- if (isToken && userId == null) {
|
|
|
+ if (userId == null) {
|
|
|
userId = SecurityUtils.getUserId();
|
|
|
}
|
|
|
|