Files
ops2/backend/defConfig/errorCodes.json
T
2025-11-27 20:08:02 +08:00

14 lines
265 B
JSON

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