init
This commit is contained in:
parent
67a1665cc2
commit
f46d27e0a8
8
eno.go
8
eno.go
@ -14,11 +14,11 @@ const (
|
|||||||
APPID_INVALID = -20001 // request appid invalid
|
APPID_INVALID = -20001 // request appid invalid
|
||||||
API_NOT_FOUND = -20404 // api not found
|
API_NOT_FOUND = -20404 // api not found
|
||||||
|
|
||||||
errcode_class__haverisk_error = 20000 //////////////////////////
|
|
||||||
NEED_CAPTCHA = 20001 // need captcha
|
|
||||||
LOGIN_FREEZEN = 20002 // login freezen by too many errors
|
|
||||||
|
|
||||||
errcode_class___frontend_jump = 10000 //////////////////////////
|
errcode_class___frontend_jump = 10000 //////////////////////////
|
||||||
NOT_LOGIN = 10400 // user not login
|
NOT_LOGIN = 10400 // user not login
|
||||||
NEED_PAY_PASSWORD = 10401 // need input pay password
|
NEED_PAY_PASSWORD = 10401 // need input pay password
|
||||||
|
|
||||||
|
errcode_class__haverisk_error = 20000 //////////////////////////
|
||||||
|
NEED_CAPTCHA = 20001 // need captcha
|
||||||
|
LOGIN_FREEZEN = 20002 // login freezen by too many errors
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user