3 Star 2 Fork 1

fotomxq/weeekj_core

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fields_s.go 385 Bytes
一键复制 编辑 原始数据 按行查看 历史
fotomxq 提交于 2024-02-12 20:16 +08:00 . 新增token短地址服务设计;
package BaseToken2
import "time"
// FieldsTokenS 短验证模块表
// 用于浏览器URL注入字符串形式,验证访问的有效性
type FieldsTokenS struct {
//ID
ID int64 `db:"id" json:"id"`
//创建时间
CreateAt time.Time `db:"create_at" json:"createAt"`
//绑定会话ID
TokenID int64 `db:"token_id" json:"tokenID"`
//匹配值
Val string `db:"val" json:"val"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fotomxq/weeekj_core.git
git@gitee.com:fotomxq/weeekj_core.git
fotomxq
weeekj_core
weeekj_core
v5.3.96

搜索帮助