| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?php
- return [
- '1002'=> 'success',
- '1003'=> 'failed',
- '1004'=> 'not login',
- '1005'=> 'Illegal access',
- '1006'=> 'Illegal operation',
- '1007'=> 'Save failed',
- '1008'=> 'Saved successfully',
- '1009'=> 'not data',
- '1010'=> 'Data obtained',
- '1011'=> 'SMS verification code sent failed',
- '1012'=> 'SMS verification code sent successfully',
- '1013'=> 'Parameter error',
- '1014'=> 'Verification code sent frequently',
- '1015'=> 'Email verification code sent failed',
- '1016'=> 'Email verification code sent successfully',
- '1017'=> 'Verification code error',
- '1018'=> 'Address parameter error',
- '1019'=> 'No data processing',
- '1020'=> 'Processed successfully',
- '1021'=> 'Processing failed',
- '1022'=> 'Timeout parameter not set',
- '1023'=> 'Cancellation time parameter is not set',
- '1024'=> 'Account number error',
- // 文件上传
- '1051'=> 'File upload failed',
- '1052'=> 'File uploaded successfully',
- // 登录注册
- '2001'=> 'Illegal or nonexistent account',
- '2002'=> 'Login password error',
- '2003'=> 'Login failed',
- '2004'=> 'Login successful',
- '2005'=> 'Registered account has been used',
- '2006'=> 'Incorrect verification code',
- '2007'=> 'Account registration failed',
- '2008'=> 'Account registration succeeded',
- '2009'=> 'Your account has been suspended',
- '2010'=> 'Verification code has expired',
- '2011'=> 'Identity authenticated',
- '2012'=> 'Identity information has been submitted, waiting for approval',
- '2013'=> 'Identity information submission failed',
- '2014'=> 'Please complete identity authentication before trading',
- '2015'=> 'Please set the transaction password before trading',
- '2016'=> 'Incorrect transaction password',
- // 语言设置
- '2101'=> 'Language parameter error',
- '2102'=> 'Switch language succeeded',
- '2103'=> 'Failed to switch languages',
- // 钱包
- '2201'=> 'Failed to generate trc2.0 wallet address',
- '2202'=> 'Failed to generate erc2.0 wallet address',
- '2203'=> 'TRX wallet address private key parameter error',
- '2204'=> 'ERC wallet address private key parameter error',
- '2205'=> 'Transfer quantity cannot be zero',
- '2206'=> 'Tron interface address is not configured',
- '2207'=> 'Failed to obtain usdt-trx2.0 deposit record',
- '2208'=> 'Wallet address already exists',
- // 交易
- '3001'=> 'Transaction not open',
- '3002'=> 'Transaction price is not set',
- '3003'=> 'The number or amount of transactions must be within the specified range',
- '3004'=> 'No suitable business found, please try again later or contact customer service',
- '3005'=> 'The number of unprocessed orders exceeds: num, which needs to be processed before continuing the transaction',
- '3006'=> 'Successful purchase',
- '3007'=> 'Successful sale',
- '3008'=> 'Successful purchase of advertisements',
- '3009'=> 'Advertisement sold successfully',
- '3010'=> 'The payment method information is wrong, please check or set it first',
- '3011'=> 'The account balance is insufficient and cannot be sold',
- '3012'=> 'Failed to submit the sale',
- '3013'=> 'Transaction account processing failed',
- '3014'=> 'Transaction account details processing failed',
- '3015'=> 'The opposite party has not set the collection method and cannot trade',
- '3016'=> 'Transaction order does not exist or has been processed',
- '3017'=> 'Confirm successful payment',
- '3018'=> 'Failed to confirm payment',
- '3019'=> 'The opposite account is abnormal and cannot be traded',
- '3020'=> 'USDT account balance processing failed',
- '3021'=> 'Confirm successful collection',
- '3022'=> 'Failed to confirm collection',
- '3023'=> 'Transaction order processing failed',
- '3024'=> 'The transaction you purchase does not require collection',
- '3025'=> 'No payment is required for the transaction you purchased',
- ];
|