api.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. return [
  3. '1002'=> 'success',
  4. '1003'=> 'failed',
  5. '1004'=> 'not login',
  6. '1005'=> 'Illegal access',
  7. '1006'=> 'Illegal operation',
  8. '1007'=> 'Save failed',
  9. '1008'=> 'Saved successfully',
  10. '1009'=> 'not data',
  11. '1010'=> 'Data obtained',
  12. '1011'=> 'SMS verification code sent failed',
  13. '1012'=> 'SMS verification code sent successfully',
  14. '1013'=> 'Parameter error',
  15. '1014'=> 'Verification code sent frequently',
  16. '1015'=> 'Email verification code sent failed',
  17. '1016'=> 'Email verification code sent successfully',
  18. '1017'=> 'Verification code error',
  19. '1018'=> 'Address parameter error',
  20. '1019'=> 'No data processing',
  21. '1020'=> 'Processed successfully',
  22. '1021'=> 'Processing failed',
  23. // 文件上传
  24. '1051'=> 'File upload failed',
  25. '1052'=> 'File uploaded successfully',
  26. // 登录注册
  27. '2001'=> 'Illegal or nonexistent account',
  28. '2002'=> 'Login password error',
  29. '2003'=> 'Login failed',
  30. '2004'=> 'Login successful',
  31. '2005'=> 'Registered account has been used',
  32. '2006'=> 'Incorrect verification code',
  33. '2007'=> 'Account registration failed',
  34. '2008'=> 'Account registration succeeded',
  35. '2009'=> 'Your account has been suspended',
  36. '2010'=> 'Verification code has expired',
  37. '2011'=> 'Identity authenticated',
  38. '2012'=> 'Identity information has been submitted, waiting for approval',
  39. '2013'=> 'Identity information submission failed',
  40. // 语言设置
  41. '2101'=> 'Language parameter error',
  42. '2102'=> 'Switch language succeeded',
  43. '2103'=> 'Failed to switch languages',
  44. // 钱包
  45. '2201'=> 'Failed to generate trc2.0 wallet address',
  46. '2202'=> 'Failed to generate erc2.0 wallet address',
  47. '2203'=> 'TRX wallet address private key parameter error',
  48. '2204'=> 'ERC wallet address private key parameter error',
  49. '2205'=> 'Transfer quantity cannot be zero',
  50. ];