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:
commit
7d0460169b
|
@ -146,7 +146,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
|
|||
|
||||
ErrCodeMomentCreateTimesSrvFail: "动态创建频次表服务错误",
|
||||
ErrCodeMomentCreateTimesNotExist: "动态创建频次表不存在",
|
||||
ErrCodeMomentCreateTimesReachedDailyUpperbound: "动态创建次数已达每日上限",
|
||||
ErrCodeMomentCreateTimesReachedDailyUpperbound: "每天仅可发布三条动态",
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue