From 610ed4659928daaf28acaad6eb29d9ecfaf56598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Tue, 25 Jun 2024 17:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/net/maku/security/service/MobileVerifyCodeServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maku-boot-system/src/main/java/net/maku/security/service/MobileVerifyCodeServiceImpl.java b/maku-boot-system/src/main/java/net/maku/security/service/MobileVerifyCodeServiceImpl.java index 021e78a..b29968e 100644 --- a/maku-boot-system/src/main/java/net/maku/security/service/MobileVerifyCodeServiceImpl.java +++ b/maku-boot-system/src/main/java/net/maku/security/service/MobileVerifyCodeServiceImpl.java @@ -1,7 +1,7 @@ package net.maku.security.service; import lombok.AllArgsConstructor; -import net.maku.api.module.message.SmsApi; +import net.maku.api.module.system.SmsApi; import net.maku.framework.security.mobile.MobileVerifyCodeService; import org.springframework.stereotype.Service;