Files
ops2/backend/defConfig/errorCodes.json
T
2025-11-14 20:10:55 +08:00

13 lines
233 B
JSON

{
"apiOK":0,
"apiErr":-1,
"postErr":-2,
"jsonErr":-3,
"userNameDup":-4,
"userNameNoFund":-41,
"userPassIncorrect":-42,
"userCookieError":-44,
"userCookieNotFund":-45,
"userCookieExpired":-46
}