Compare commits

..

2 Commits

Author SHA1 Message Date
yuguojian
7b077e25b4 更新日志类型 2025-05-12 23:53:31 +08:00
zhongqiang
72127fecd7 add GiveRedPacketTask 2025-05-09 11:51:09 +08:00
2 changed files with 6 additions and 0 deletions

1
log.go
View File

@@ -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
View File

@@ -0,0 +1,5 @@
package common_structure
type GiveRedPacketTask struct {
TaskID uint `json:"task_id"` // 任务ID
}