Merge pull request 'by Robin at 20241224' (#928) from feat-IRONFANS-212-Robin into test
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/service/pulls/928
This commit is contained in:
commit
a08f7d6d6d
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue