1 Star 3 Fork 1

潇辰风/thirdparty

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
source.go 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tangyonghai 提交于 2021-08-31 20:44 +08:00 . 修改source为int32类型
package utils
//注册来源
type RegisterSource int32
const (
RegisterSourceHand RegisterSource = 9999 //手动添加
RegisterSourceMobile RegisterSource = 1001 //手机一键登录
RegisterSourceSms RegisterSource = 1002 //手机短信
RegisterSourceWxMini RegisterSource = 2101 //微信小程序
RegisterSourceWechat RegisterSource = 2102 //微信登录(APP通过微信登录)
RegisterSourceQQ RegisterSource = 2103 //QQ登录
RegisterSourceAlipay RegisterSource = 2201 //支付宝登录
RegisterSourceDouYin RegisterSource = 2301 //抖音登录
RegisterSourceWeibo RegisterSource = 2401 //微博登录
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cf-soft/thirdparty.git
git@gitee.com:cf-soft/thirdparty.git
cf-soft
thirdparty
thirdparty
v1.2.8

搜索帮助