Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7b077e25b4 | ||
![]() |
72127fecd7 |
1
log.go
1
log.go
@@ -18,6 +18,7 @@ const (
|
||||
LogTypeUser LogType = "user" // 用户
|
||||
LogTypeGPS LogType = "gps" // gps
|
||||
LogTypeSMS LogType = "sms" // 短信
|
||||
LogTypeIP LogType = "ip" // ip信息
|
||||
LogTypeSystem LogType = "system" // 系统、日志、定时任务初始化、定时任务、mq初始化等
|
||||
)
|
||||
|
||||
|
5
rabbitmq_red_packet.go
Normal file
5
rabbitmq_red_packet.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common_structure
|
||||
|
||||
type GiveRedPacketTask struct {
|
||||
TaskID uint `json:"task_id"` // 任务ID
|
||||
}
|
Reference in New Issue
Block a user