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
1
Actions
Packages
Projects
Releases
Wiki
Activity
bindbox-game
/
internal
/
code
History
win
7e8a2ebb52
feat: Add user spending dashboard, update database schema, and refine various API endpoints and service logic.
2026-02-21 21:33:19 +08:00
..
code.go
feat: Add user spending dashboard, update database schema, and refine various API endpoints and service logic.
2026-02-21 21:33:19 +08:00
README.md
feat: Add user spending dashboard, update database schema, and refine various API endpoints and service logic.
2026-02-21 21:33:19 +08:00
zh-cn.go
feat: Add user spending dashboard, update database schema, and refine various API endpoints and service logic.
2026-02-21 21:33:19 +08:00
README.md
Unescape
Escape
错误码规则
错误码需在
code
包中进行定义。
错误码为 5 位数
1
01
01
服务级错误码
模块级错误码
具体错误码
服务级错误码
:
1 位数进行表示,比如 1 为系统级错误
;
2 为普通错误,通常是由用户非法操作引起。
模块级错误码
:
2 位数进行表示,比如 01 为用户模块
;
02 为订单模块。
具体的错误码
:
2 位数进行表示,比如 01 为手机号不合法
;
02 为验证码输入错误。