| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?php
- return [
- 'no_invite_code' => '请输入邀请码',
- 'no_p_member' => '当前邀请码无效',
- 'no_password' => '请设置登录密码',
- 'no_pay_pass' => '请设置交易密码',
- 'no_new_password' => '请设置新登录密码',
- 'no_mobile' => '请输入手机号码',
- 'no_mobile_num' => '手机号码格式错误',
- 'no_rz' => '暂未开放',
- 'mobile_register' => '当前手机号码已注册',
- 'no_register' => '注册失败',
- 'yes_register' => '注册成功',
- 'no_member' => '当前用户不存在',
- 'password_error' => '登录密码错误',
- 'old_password_error' => '原登录密码错误',
- 'yes_login' => '登录成功',
- 'yes_pass' => '设置登录密码成功',
- 'yes_pay_pass' => '设置交易密码成功',
- 'login_no' => '当前登录已失效',
- 'yes' => '获取数据成功',
- 'set_yes' => '设置成功',
- 'no' => '缺少必要参数',
- 'pay_pass_error' => '交易密码错误',
- 'no_old_pass' => '请输入原密码',
- 'no_acc' => '请填写身份证号码',
- 'no_realname' => '请填写真实姓名',
- 'no_img' => '请上传手持身份证照',
- 'yes_authentication' => '当前身份证已认证',
- 'authentication' => '实名认证已提交,等待审核!',
- 'code_num' => '验证码必填',
- 'code_no' => '验证码错误',
- 'code_no_time' => '短信验证码已过期',
- 'no_member_idcard' => '身份证号码已存在',
- 'is_attestation' => '当前用户未完成实名认证',
- 'is_idcard' => '身份证号码不合法',
- 'redis_num' => '您访问速度过快,请稍后再试',
- 'no_send_code_num' => '请选择手机号码国别',
- 'no_nations' => '国别信息错误',
- 'verify_old_ok_mobile' => '验证通过',
- 'no_mobile_time' => '验证时间已过期',
- 'mobile_update_ok' => '手机号码修改成功',
- 'err_msg' => '会员信息异常,请稍后再试',
- ];
|