by Robin at 20240427
This commit is contained in:
parent
27cda44de3
commit
e8ddb5bb9e
|
@ -173,7 +173,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
|
|||
ErrCodeZoneSrvFail: "空间服务错误",
|
||||
ErrCodeZoneNotExist: "空间不存在",
|
||||
ErrCodeUnlockedZone: "访客未解锁该空间",
|
||||
ErrCodeZoneDuplicateKey: "空间重复创建",
|
||||
ErrCodeZoneDuplicateKey: "您已创建空间",
|
||||
|
||||
ErrCodeZoneMomentSrvFail: "私密圈动态服务错误",
|
||||
ErrCodeZoneMomentNotExist: "私密圈动态不存在",
|
||||
|
|
Loading…
Reference in New Issue