Merge pull request 'by Robin at 20240205; content' (#107) from feat-IRONFANS-53-20240205-Robin into test

Reviewed-on: #107
This commit is contained in:
chenhao 2024-02-05 22:13:02 +08:00
commit 7d0460169b
1 changed files with 1 additions and 1 deletions

View File

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