This commit is contained in:
lzttt 2024-10-09 11:35:56 +08:00
parent 80661d7950
commit 9c9e4aba0e

View File

@ -28,6 +28,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
public class WechatLoginController { public class WechatLoginController {
@Autowired @Autowired
private WechatService wechatService; private WechatService wechatService;
@Resource @Resource
private AdminAuthService authService; private AdminAuthService authService;