mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-20 06:34:55 +00:00
(improvement)(semantic) add admin auth check in metric market
This commit is contained in:
@@ -35,6 +35,8 @@ public class MetricResp extends SchemaItem {
|
||||
|
||||
private List<String> tags;
|
||||
|
||||
private boolean hasAdminRes = false;
|
||||
|
||||
public void setTag(String tag) {
|
||||
if (StringUtils.isBlank(tag)) {
|
||||
tags = Lists.newArrayList();
|
||||
|
||||
Reference in New Issue
Block a user