Files
ops2/backend/defConfig/errorCodes.json
T
2025-11-12 20:04:38 +08:00

10 lines
148 B
JSON

{
"apiOK":0,
"apiErr":-1,
"postErr":-2,
"jsonErr":-3,
"userNameDup":-4,
"userNameNoFund":-41,
"userPassIncorrect":-42
}