2025.5.13(周二)

package com.annotation;

import java.lang.annotation.*;

/**
 * 忽略Token验证
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface IgnoreAuth {

}

 

posted @ 2025-05-29 08:29  记得关月亮  阅读(5)  评论(0)    收藏  举报