This website requires JavaScript.
Explore
Help
Sign In
zfc
/
bindbox-game
Watch
1
Star
0
Fork
0
You've already forked bindbox-game
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bindbox-game
/
internal
/
code
History
summer
713b0e723a
feat(1.0):增加客服管理
2025-10-17 15:19:29 +08:00
..
code.go
feat(1.0):增加客服管理
2025-10-17 15:19:29 +08:00
README.md
feat(1.0): 初始化项目
2025-10-16 13:28:24 +08:00
zh-cn.go
feat(1.0):增加客服管理
2025-10-17 15:19:29 +08:00
README.md
Unescape
Escape
错误码规则
错误码需在
code
包中进行定义。
错误码为 5 位数
1
01
01
服务级错误码
模块级错误码
具体错误码
服务级错误码
:
1 位数进行表示,比如 1 为系统级错误
;
2 为普通错误,通常是由用户非法操作引起。
模块级错误码
:
2 位数进行表示,比如 01 为用户模块
;
02 为订单模块。
具体的错误码
:
2 位数进行表示,比如 01 为手机号不合法
;
02 为验证码输入错误。