摘要: 1.在公众号后台获取消息模板(本例使用微信测试账号),观看微信官方文档:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html#5 测试账号需自己定义消息模 阅读全文
posted @ 2020-07-04 17:55 shouyaya 阅读(2755) 评论(0) 推荐(0)
摘要: 1.编写切面类 @Component @Aspect @Slf4j public class SellerAuthorizeAspect { @Autowired StringRedisTemplate stringRedisTemplate; @Pointcut(value = "executio 阅读全文
posted @ 2020-07-04 16:19 shouyaya 阅读(688) 评论(0) 推荐(0)