fix
This commit is contained in:
8
constants/api_response_code.go
Normal file
8
constants/api_response_code.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constants
|
||||
|
||||
// api接口code响应码
|
||||
const (
|
||||
CODE_UNAUTH = 401 //未授权
|
||||
CODE_SERVICE_ERR = 510 //内部代码错误
|
||||
CODE_OK = 200 //ok
|
||||
)
|
||||
Reference in New Issue
Block a user