This commit is contained in:
laodaming
2023-06-07 12:21:07 +08:00
parent 51c7478b94
commit 3d21e2491f
4 changed files with 46 additions and 121 deletions

View File

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