by Robin at 20240307 alter streamer cancel text

This commit is contained in:
Leufolium 2024-03-07 02:17:24 +08:00
parent 279263fd54
commit a1a4820b2c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var ErrCodeMsgMap = map[ErrCode]string{
ErrCodeAccountInviterNotExist: "邀请人不存在",
ErrCodeAccountInviterIsNotAStreamer: "邀请人非主播",
ErrCodeAccountNonUserRoleCancellation: "非普通用户注销需联系客服手工操作",
ErrCodeAccountStreamerRoleCancellation: "创作者注销请联系后台手工操作",
ErrCodeAccountStreamerRoleCancellation: "平台创作者请联系人工客服进行注销",
ErrCodeAccountNotInCancellingStatus: "该账户未请求注销",
ErrCodeAccountNotInNormalStatus: "仅允许状态正常账户执行该操作",