api.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. '1022'=> 'Timeout parameter not set',
  24. '1023'=> 'Cancellation time parameter is not set',
  25. // 文件上传
  26. '1051'=> 'File upload failed',
  27. '1052'=> 'File uploaded successfully',
  28. // 登录注册
  29. '2001'=> 'Illegal or nonexistent account',
  30. '2002'=> 'Login password error',
  31. '2003'=> 'Login failed',
  32. '2004'=> 'Login successful',
  33. '2005'=> 'Registered account has been used',
  34. '2006'=> 'Incorrect verification code',
  35. '2007'=> 'Account registration failed',
  36. '2008'=> 'Account registration succeeded',
  37. '2009'=> 'Your account has been suspended',
  38. '2010'=> 'Verification code has expired',
  39. '2011'=> 'Identity authenticated',
  40. '2012'=> 'Identity information has been submitted, waiting for approval',
  41. '2013'=> 'Identity information submission failed',
  42. // 语言设置
  43. '2101'=> 'Language parameter error',
  44. '2102'=> 'Switch language succeeded',
  45. '2103'=> 'Failed to switch languages',
  46. // 钱包
  47. '2201'=> 'Failed to generate trc2.0 wallet address',
  48. '2202'=> 'Failed to generate erc2.0 wallet address',
  49. '2203'=> 'TRX wallet address private key parameter error',
  50. '2204'=> 'ERC wallet address private key parameter error',
  51. '2205'=> 'Transfer quantity cannot be zero',
  52. '2206'=> 'Tron interface address is not configured',
  53. '2207'=> 'Failed to obtain usdt-trx2.0 deposit record',
  54. // 交易
  55. '3001'=> 'Transaction not open',
  56. '3002'=> 'Transaction price is not set',
  57. '3003'=> 'The number or amount of transactions must be within the specified range',
  58. '3004'=> 'No suitable business found, please try again later or contact customer service',
  59. '3005'=> 'The number of unprocessed orders exceeds: num, which needs to be processed before continuing the transaction',
  60. '3006'=> 'Successful purchase',
  61. '3007'=> 'Successful sale',
  62. '3008'=> 'Successful purchase of advertisements',
  63. '3009'=> 'Advertisement sold successfully',
  64. '3010'=> 'The payment method information is wrong, please check or set it first',
  65. '3011'=> 'The account balance is insufficient and cannot be sold',
  66. '3012'=> 'Failed to submit the sale',
  67. '3013'=> 'Transaction account processing failed',
  68. '3014'=> 'Transaction account details processing failed',
  69. ];