api.php 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. '1024'=> 'Account number error',
  26. // 文件上传
  27. '1051'=> 'File upload failed',
  28. '1052'=> 'File uploaded successfully',
  29. // 登录注册
  30. '2001'=> 'Illegal or nonexistent account',
  31. '2002'=> 'Login password error',
  32. '2003'=> 'Login failed',
  33. '2004'=> 'Login successful',
  34. '2005'=> 'Registered account has been used',
  35. '2006'=> 'Incorrect verification code',
  36. '2007'=> 'Account registration failed',
  37. '2008'=> 'Account registration succeeded',
  38. '2009'=> 'Your account has been suspended',
  39. '2010'=> 'Verification code has expired',
  40. '2011'=> 'Identity authenticated',
  41. '2012'=> 'Identity information has been submitted, waiting for approval',
  42. '2013'=> 'Identity information submission failed',
  43. '2014'=> 'Please complete identity authentication before trading',
  44. '2015'=> 'Please set the transaction password before trading',
  45. '2016'=> 'Incorrect transaction password',
  46. // 语言设置
  47. '2101'=> 'Language parameter error',
  48. '2102'=> 'Switch language succeeded',
  49. '2103'=> 'Failed to switch languages',
  50. // 钱包
  51. '2201'=> 'Failed to generate trc2.0 wallet address',
  52. '2202'=> 'Failed to generate erc2.0 wallet address',
  53. '2203'=> 'TRX wallet address private key parameter error',
  54. '2204'=> 'ERC wallet address private key parameter error',
  55. '2205'=> 'Transfer quantity cannot be zero',
  56. '2206'=> 'Tron interface address is not configured',
  57. '2207'=> 'Failed to obtain usdt-trx2.0 deposit record',
  58. '2208'=> 'Wallet address already exists',
  59. // 交易
  60. '3001'=> 'Transaction not open',
  61. '3002'=> 'Transaction price is not set',
  62. '3003'=> 'The number or amount of transactions must be within the specified range',
  63. '3004'=> 'No suitable business found, please try again later or contact customer service',
  64. '3005'=> 'The number of unprocessed orders exceeds: num, which needs to be processed before continuing the transaction',
  65. '3006'=> 'Successful purchase',
  66. '3007'=> 'Successful sale',
  67. '3008'=> 'Successful purchase of advertisements',
  68. '3009'=> 'Advertisement sold successfully',
  69. '3010'=> 'The payment method information is wrong, please check or set it first',
  70. '3011'=> 'The account balance is insufficient and cannot be sold',
  71. '3012'=> 'Failed to submit the sale',
  72. '3013'=> 'Transaction account processing failed',
  73. '3014'=> 'Transaction account details processing failed',
  74. '3015'=> 'The opposite party has not set the collection method and cannot trade',
  75. '3016'=> 'Transaction order does not exist or has been processed',
  76. '3017'=> 'Confirm successful payment',
  77. '3018'=> 'Failed to confirm payment',
  78. '3019'=> 'The opposite account is abnormal and cannot be traded',
  79. '3020'=> 'USDT account balance processing failed',
  80. '3021'=> 'Confirm successful collection',
  81. '3022'=> 'Failed to confirm collection',
  82. '3023'=> 'Transaction order processing failed',
  83. '3024'=> 'The transaction you purchase does not require collection',
  84. '3025'=> 'No payment is required for the transaction you purchased',
  85. ];