Resource放开

This commit is contained in:
张松 2025-02-14 15:35:20 +08:00
parent 25120d25e7
commit 83a10ecb37
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ import javax.annotation.Resource;
*/
@Service
public class UserAuthorizationServiceImpl implements UserAuthorizationService {
//@Resource
@Resource
private WechatAuthUtil wechatAuthUtil;
//@Resource
@Resource
private AlipayUtil alipayUtil;
@Resource
private UserInfoService userInfoService;