fix: 返回文案错字

This commit is contained in:
wangxinyu 2024-12-19 14:41:58 +08:00
parent 2117e782fb
commit 3442269b49
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
ErrCodeUnlockedZone: "访客未解锁该空间",
ErrCodeZoneDuplicateKey: "您已创建空间",
ErrcodeZoneIronFansUnLock: "您已解锁空间铁粉",
ErrcodeZoneIronFansNotUnLock: "不满足铁粉条件",
ErrcodeZoneIronFansNotUnLock: "不满足铁粉条件",
ErrCodeZoneMomentSrvFail: "私密圈动态服务错误",
ErrCodeZoneMomentNotExist: "私密圈动态不存在",