mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-08 14:15:34 +08:00
refactor(auth): 移除未使用的手机号登录方式常量
开源版无短信登录实现,删除 AuthLoginTypeCode.PHONE 预留常量。
This commit is contained in:
@@ -21,9 +21,6 @@ public interface AuthLoginTypeCode {
|
||||
/// 账号密码登录(GoView)
|
||||
String PASSWORD_GO_VIEW = "passwordGoView";
|
||||
|
||||
/// 手机号登录
|
||||
String PHONE = "phone";
|
||||
|
||||
/// 微信登录(公众号)
|
||||
String WE_CHAT = "weChat";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user