Merge pull request 'by Robin at 20240307 alter streamer cancel text' (#160) from feat-IRONFANS-62-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/160
This commit is contained in:
chenhao 2024-03-07 02:17:52 +08:00
commit 5103b853d8
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: "仅允许状态正常账户执行该操作",