|
|
@@ -16,6 +16,7 @@ return [
|
|
|
'1014'=> 'Verification code sent frequently',
|
|
|
'1015'=> 'Email verification code sent failed',
|
|
|
'1016'=> 'Email verification code sent successfully',
|
|
|
+ '1017'=> 'Verification code error',
|
|
|
|
|
|
// 登录注册
|
|
|
'2001'=> 'Illegal or nonexistent account',
|
|
|
@@ -26,6 +27,7 @@ return [
|
|
|
'2006'=> 'Incorrect verification code',
|
|
|
'2007'=> 'Account registration failed',
|
|
|
'2008'=> 'Account registration succeeded',
|
|
|
+ '2009'=> 'Your account has been suspended',
|
|
|
|
|
|
// 语言设置
|
|
|
'2101'=> 'Language parameter error',
|