This commit is contained in:
Leufolium 2024-03-18 23:36:53 +08:00
parent 2b5396d96b
commit ec2bad2abf
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
ErrCodeMomentSrvFail: "动态服务错误",
ErrCodeMomentNotExist: "动态不存在",
ErrCodMomentBlockedFromCreatingMoment: "功能封禁中,截止时间:%v",
ErrCodMomentBlockedFromCreatingMoment: "功能封禁中,截止时间:%s",
ErrCodMomentBlockedFromCreatingMomentPermanently: "该功能已被永久封禁",
ErrCodeFootPrintSrvFail: "足迹服务错误",