| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- return [
- 'no_invite_code' => 'Please enter a recommendation code',
- 'no_p_member' => 'The current recommendation code is invalid',
- 'no_password' => 'Please enter your password',
- 'no_pay_pass' => 'Please enter your pay password',
- 'no_new_password' => 'Please enter your password',
- 'no_mobile' => 'Please enter the phone number',
- 'no_mobile_num' => 'Please enter the phone number',
- 'no_rz' => 'Temporarily not opened',
- 'mobile_register' => 'The current mobile number is registered',
- 'no_register' => 'registration failed',
- 'yes_register' => 'registration success',
- 'no_member' => 'The current user does not exist',
- 'password_error' => 'Incorrect login password',
- 'old_password_error' => 'Incorrect login password',
- 'yes_login' => 'login successful',
- 'yes_pass' => 'Login modified successfully',
- 'yes_pay_pass' => 'Payment password set successfully',
- 'login_no' => 'The current login has expired',
- 'yes' => 'Get data successfully',
- 'set_yes' => 'Set up successfully',
- 'no' => '缺少必要参数',
- 'pay_pass_error' => 'Incorrect payment password',
- 'no_old_pass' => 'Please enter the old password',
- 'no_acc' => 'Please fill in your id number',
- 'no_realname' => 'Please fill in your id number',
- 'no_img' => 'Please upload your id card',
- 'yes_authentication' => 'Current id card has been authenticated',
- 'authentication' => 'The authentication information was submitted successfully',
- 'code_num' => 'Captcha required',
- 'code_no' => 'Verification code error',
- 'code_no_time' => 'The SMS verification code has expired',
- 'no_member_idcard' => 'The current id card number has been authenticated',
- 'is_attestation' => 'The current user has not completed real-name authentication',
- 'is_idcard' => 'The id number is illegal',
- 'redis_num' => 'You are accessing too fast, please try again later',
- 'no_send_code_num' => 'Please select a mobile phone country',
- 'no_nations' => 'Country information error',
- 'verify_old_ok_mobile' => 'Verified',
- 'no_mobile_time' => 'Verification time has expired',
- 'mobile_update_ok' => 'Mobile phone number modified successfully',
- 'err_msg' => 'Member information is abnormal, please try again later',
- ];
|