|
|
@@ -17,6 +17,7 @@ return [
|
|
|
'1015'=> 'Email verification code sent failed',
|
|
|
'1016'=> 'Email verification code sent successfully',
|
|
|
'1017'=> 'Verification code error',
|
|
|
+ '1018'=> 'Address parameter error',
|
|
|
|
|
|
// 文件上传
|
|
|
'1051'=> 'File upload failed',
|
|
|
@@ -33,6 +34,9 @@ return [
|
|
|
'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',
|
|
|
@@ -42,4 +46,7 @@ return [
|
|
|
// 钱包
|
|
|
'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',
|
|
|
];
|