| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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',
- // 文件上传
- '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',
- // 语言设置
- '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',
- ];
|