Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a1b4fe772c | ||
![]() |
431fd441a7 | ||
![]() |
f6a19bd7e9 | ||
![]() |
07ff135eea |
@ -25,6 +25,7 @@ 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 {
|
||||||
|
5
rabbitmq_user.go
Normal file
5
rabbitmq_user.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package common_structure
|
||||||
|
|
||||||
|
type UserLogout struct {
|
||||||
|
UserID uint `json:"user_id"`
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user