Skip to content

Commit

Permalink
Merge pull request #191 from amazing-compass/dev
Browse files Browse the repository at this point in the history
fix #137
  • Loading branch information
liaosunny123 authored Aug 27, 2023
2 parents f0463d2 + 07f3b58 commit fa0e1cd
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 267 deletions.
6 changes: 6 additions & 0 deletions src/constant/strings/err.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ const (
UserServiceInnerError = "登录服务出现内部错误,请稍后重试!"
UnableToQueryVideoErrorCode = 50022
UnableToQueryVideoError = "无法查询到该视频"
AlreadyFollowingErrorCode = 50023
AlreadyFollowingError = "无法关注已关注的人"
UnableToGetFriendListErrorCode = 50024
UnableToGetFriendListError = "无法查询到好友列表"
)

// Expected Error
Expand All @@ -80,4 +84,6 @@ const (
PublishVideoLimited = "视频发布频繁,请稍后再试!"
ChatActionLimitedCode = 10011
ChatActionLimitedError = "发送消息频繁,请稍后再试!"
FollowLimitedCode = 10012
FollowLimited = "关注频繁,请稍后再试!"
)
Loading

0 comments on commit fa0e1cd

Please sign in to comment.