by Robin at 20240427

This commit is contained in:
Leufolium 2024-04-27 19:49:56 +08:00
parent 27cda44de3
commit e8ddb5bb9e
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
ErrCodeZoneSrvFail: "空间服务错误", ErrCodeZoneSrvFail: "空间服务错误",
ErrCodeZoneNotExist: "空间不存在", ErrCodeZoneNotExist: "空间不存在",
ErrCodeUnlockedZone: "访客未解锁该空间", ErrCodeUnlockedZone: "访客未解锁该空间",
ErrCodeZoneDuplicateKey: "空间重复创建", ErrCodeZoneDuplicateKey: "您已创建空间",
ErrCodeZoneMomentSrvFail: "私密圈动态服务错误", ErrCodeZoneMomentSrvFail: "私密圈动态服务错误",
ErrCodeZoneMomentNotExist: "私密圈动态不存在", ErrCodeZoneMomentNotExist: "私密圈动态不存在",