Annotation Interface ConditionalOnWxappEnabled


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @ConditionalOnProperty(prefix="herodotus.assistant.access.wxapp", name=".enabled", havingValue="true") public @interface ConditionalOnWxappEnabled

Description: 微信小程序开启条件注解

Author:
: gengwei.zheng
Date:
: 2022/1/24 14:40