Documentation ¶
Index ¶
Constants ¶
View Source
const ( OauthEmpty = 29060001 AppIdEmpty = 29060002 )
A:1位数字,目前可选值1和2;1表示系统级错误,对外输出的具体的错误要屏蔽,errormsg统一用类似"系统出现错误,请稍后再试"(这种错误要求前端显示错误的时候,要带上errorcode和接口路由名称,例如"系统出现错误,请稍后再试(错误代码:10501312[user/getUserInfo])");2表示业务级错误,对外直接显示具体的错误(这种错误前端只需要直接显示errormsg即可) XXX:3位数字,表示模块(000默认当做通用模块,不允许使用000表示其他具体业务模块) BBBB:4位数字,无强约束规则,通常根据声明顺序自增即可
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.