mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 10:57:10 +08:00 
			
		
		
		
	feat: 支持手机号登录(演示环境不开放)
1.在个人中心-安全设置中绑手机号后,才支持手机号登录 2.SMS4J(短信聚合框架,轻松集成多家短信服务,解决接入多个短信 SDK 的繁琐流程)
This commit is contained in:
		@@ -115,6 +115,12 @@ limitations under the License.
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <!-- ################ 工具库相关 ################ -->
 | 
			
		||||
        <!-- SMS4J(短信聚合框架,轻松集成多家短信服务,解决接入多个短信 SDK 的繁琐流程) -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.dromara.sms4j</groupId>
 | 
			
		||||
            <artifactId>sms4j-spring-boot-starter</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <!-- Just Auth(开箱即用的整合第三方登录的开源组件,脱离繁琐的第三方登录 SDK,让登录变得 So easy!) -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.xkcoding.justauth</groupId>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user