uint/uint64全部改为uint32
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
// NotificationListOptions 定义了查询通知列表时的可选参数
|
||||
type NotificationListOptions struct {
|
||||
UserID *uint // 按用户ID过滤
|
||||
UserID *uint32 // 按用户ID过滤
|
||||
NotifierType *models.NotifierType // 按通知器类型过滤
|
||||
Status *models.NotificationStatus // 按通知状态过滤 (例如:"success", "failed")
|
||||
Level *zapcore.Level // 按通知等级过滤 (例如:"info", "warning", "error")
|
||||
|
||||
Reference in New Issue
Block a user