member.php 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. return [
  3. 'no_invite_code' => 'Please enter a recommendation code',
  4. 'no_p_member' => 'The current recommendation code is invalid',
  5. 'no_password' => 'Please enter your password',
  6. 'no_pay_pass' => 'Please enter your pay password',
  7. 'no_new_password' => 'Please enter your password',
  8. 'no_mobile' => 'Please enter the phone number',
  9. 'no_mobile_num' => 'Please enter the phone number',
  10. 'no_rz' => 'Temporarily not opened',
  11. 'mobile_register' => 'The current mobile number is registered',
  12. 'no_register' => 'registration failed',
  13. 'yes_register' => 'registration success',
  14. 'no_member' => 'The current user does not exist',
  15. 'password_error' => 'Incorrect login password',
  16. 'old_password_error' => 'Incorrect login password',
  17. 'yes_login' => 'login successful',
  18. 'yes_pass' => 'Login modified successfully',
  19. 'yes_pay_pass' => 'Payment password set successfully',
  20. 'login_no' => 'The current login has expired',
  21. 'yes' => 'Get data successfully',
  22. 'set_yes' => 'Set up successfully',
  23. 'no' => '缺少必要参数',
  24. 'pay_pass_error' => 'Incorrect payment password',
  25. 'no_old_pass' => 'Please enter the old password',
  26. 'no_acc' => 'Please fill in your id number',
  27. 'no_realname' => 'Please fill in your id number',
  28. 'no_img' => 'Please upload your id card',
  29. 'yes_authentication' => 'Current id card has been authenticated',
  30. 'authentication' => 'The authentication information was submitted successfully',
  31. 'code_num' => 'Captcha required',
  32. 'code_no' => 'Verification code error',
  33. 'code_no_time' => 'The SMS verification code has expired',
  34. 'no_member_idcard' => 'The current id card number has been authenticated',
  35. 'is_attestation' => 'The current user has not completed real-name authentication',
  36. 'is_idcard' => 'The id number is illegal',
  37. 'redis_num' => 'You are accessing too fast, please try again later',
  38. 'no_send_code_num' => 'Please select a mobile phone country',
  39. 'no_nations' => 'Country information error',
  40. 'verify_old_ok_mobile' => 'Verified',
  41. 'no_mobile_time' => 'Verification time has expired',
  42. 'mobile_update_ok' => 'Mobile phone number modified successfully',
  43. 'err_msg' => 'Member information is abnormal, please try again later',
  44. ];