Compare commits

..

No commits in common. "master" and "v1.10.3" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -25,7 +25,6 @@ const (
LogTypeSystem LogType = "system" // 系统、日志、定时任务初始化、定时任务、mq初始化等 LogTypeSystem LogType = "system" // 系统、日志、定时任务初始化、定时任务、mq初始化等
LogTypeSystemRedPack LogType = "system_red_pack" // 系统红包 LogTypeSystemRedPack LogType = "system_red_pack" // 系统红包
LogTypeActivity LogType = "activity" // 活动 LogTypeActivity LogType = "activity" // 活动
LogTypeJJT LogType = "jjt" // 交易所
) )
type LogInfo struct { type LogInfo struct {

View File

@ -1,5 +0,0 @@
package common_structure
type UserLogout struct {
UserID uint `json:"user_id"`
}