Compare commits
No commits in common. "master" and "v1.10.2" have entirely different histories.
@ -24,8 +24,6 @@ const (
|
||||
LogTypeAdmin LogType = "admin" // 管理员操作,例如登录、退出、修改密码、修改用户信息、修改角色信息、审核等
|
||||
LogTypeSystem LogType = "system" // 系统、日志、定时任务初始化、定时任务、mq初始化等
|
||||
LogTypeSystemRedPack LogType = "system_red_pack" // 系统红包
|
||||
LogTypeActivity LogType = "activity" // 活动
|
||||
LogTypeJJT LogType = "jjt" // 交易所
|
||||
)
|
||||
|
||||
type LogInfo struct {
|
||||
|
@ -1,5 +0,0 @@
|
||||
package common_structure
|
||||
|
||||
type UserLogout struct {
|
||||
UserID uint `json:"user_id"`
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user