init: 1.0.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package authmethod
|
||||
|
||||
const (
|
||||
Email = "email" //邮箱
|
||||
Mobile = "mobile" //手机
|
||||
Device = "device" //设备
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user