by Robin at 20240205; content #107

Merged
chenhao merged 1 commits from feat-IRONFANS-53-20240205-Robin into test 2024-02-05 22:13:03 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 96d6c8e703 - Show all commits

View File

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