This commit is contained in:
laodaming
2023-06-06 16:14:02 +08:00
parent 245155d10e
commit 29f6e2ddbf
4 changed files with 49 additions and 43 deletions

View File

@@ -0,0 +1,8 @@
package constants
// api接口code响应码
const (
CODE_UNAUTH = 401 //未授权
CODE_SERVICE_ERR = 510 //内部代码错误
CODE_OK = 200 //ok
)