From aa11515772c7b3a99016bce34bc219a9a224c7a4 Mon Sep 17 00:00:00 2001 From: 3y Date: Thu, 15 Dec 2022 20:59:13 +0800 Subject: [PATCH] fix commit --- .../java3y/austin/web/controller/OfficialAccountController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/austin-web/src/main/java/com/java3y/austin/web/controller/OfficialAccountController.java b/austin-web/src/main/java/com/java3y/austin/web/controller/OfficialAccountController.java index dfd29dc..0afcfb4 100644 --- a/austin-web/src/main/java/com/java3y/austin/web/controller/OfficialAccountController.java +++ b/austin-web/src/main/java/com/java3y/austin/web/controller/OfficialAccountController.java @@ -47,7 +47,7 @@ public class OfficialAccountController { @Autowired private WxServiceUtils wxServiceUtils; - @Autowired + //@Autowired private WeChatLoginConfig configService; @Autowired