@@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
import java.util.List;
@Service
-@Api(tags = "统一对外接口")
+@Api(tags = "鉴权相关接口")
@AllArgsConstructor
public class AuthorizeServiceImpl implements AuthorizeService {
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
/**
- * 统一对外接口
+ * 鉴权相关接口
*/
@RestMappingController("authorize")
public interface AuthorizeService {