by Robin at 20241224 #928

Merged
chenhao merged 1 commits from feat-IRONFANS-212-Robin into test 2024-12-24 17:29:21 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -600,7 +600,7 @@ func (handler *NotifBuilderHandler) handleAudMomentRejected() {
argsMap["build_hyperlink"] = DefaultService.utilBuildInwardHyperLink
argsMap["hyperlink_params_map"] = util.NewHyperLinkParamsMapBuilder().NewEnds("app", "h5").WriteParamToAllEnd("id", moment.GetId()).Map()
argsMap["validate_params"] = []any{int64(validator.AudMoment), moment.GetId()}
DefaultService.utilWriteNotifInfo(ctx, consts.AudNotifTemp_MomentRejected, moment.GetMid(), ctStr)
DefaultService.utilWriteNotifInfoByMap(ctx, consts.AudNotifTemp_MomentRejected, moment.GetMid(), argsMap)
}
}

View File

@ -445,7 +445,7 @@ func FormatTs(timestamp int64, format string) string {
}
func FormatTsAsNotifT(timestamp int64) string {
return FormatTs(timestamp, "2006年1月2日 15时04分")
return FormatTs(timestamp, "2006年1月2日15时04分")
}
func GetNotifScene(key string, option int64) int64 {