package org.ruoyi.common.wechat.web.annotation; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * 不检查登录 */ @Retention(RetentionPolicy.RUNTIME) public @interface UnCheckLogin { }