revert by Robin at 20240205; content
This commit is contained in:
chenhao 2024-02-05 22:11:49 +08:00
parent 21c4f6f18d
commit 2be2b3f4a7
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
ErrCodeMomentCreateTimesSrvFail: "动态创建频次表服务错误", ErrCodeMomentCreateTimesSrvFail: "动态创建频次表服务错误",
ErrCodeMomentCreateTimesNotExist: "动态创建频次表不存在", ErrCodeMomentCreateTimesNotExist: "动态创建频次表不存在",
ErrCodeMomentCreateTimesReachedDailyUpperbound: "每天仅可发布三条动态", ErrCodeMomentCreateTimesReachedDailyUpperbound: "动态创建次数已达每日上限",
} }
const ( const (