9 lines
115 B
Go
9 lines
115 B
Go
package authmethod
|
|
|
|
const (
|
|
Email = "email" //邮箱
|
|
Mobile = "mobile" //手机
|
|
Device = "device" //设备
|
|
|
|
)
|