|
@@ -67,3 +67,14 @@ const (
|
|
|
PayChannelAgent = "agent" // 代理商
|
|
PayChannelAgent = "agent" // 代理商
|
|
|
PayChannelPortal = "portal" //如:官网调用
|
|
PayChannelPortal = "portal" //如:官网调用
|
|
|
)
|
|
)
|
|
|
|
|
+
|
|
|
|
|
+// username, email, phone, wechat, qq, google, apple
|
|
|
|
|
+const (
|
|
|
|
|
+ AccountTypeUsername = "username"
|
|
|
|
|
+ AccountTypeEmail = "email"
|
|
|
|
|
+ AccountTypePhone = "phone"
|
|
|
|
|
+ AccountTypeWechat = "wechat"
|
|
|
|
|
+ AccountTypeQQ = "qq"
|
|
|
|
|
+ AccountTypeGoogle = "google"
|
|
|
|
|
+ AccountTypeApple = "apple"
|
|
|
|
|
+)
|