This commit is contained in:
2025-10-10 07:13:36 -07:00
commit 95c66c0a8a
1023 changed files with 78353 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package authmethod
const (
Email = "email" //邮箱
Mobile = "mobile" //手机
Device = "device" //设备
)