Tips.php 991 B

12345678910111213141516171819202122232425
  1. <?php
  2. return array(
  3. 'success' => '成功',
  4. 'PARAM_ERROR' => '参数错误',
  5. 'no_odds' => '该赛事没有赔率数据',
  6. 'empty' => '数据为空',
  7. // 'fail' => '注册失败',
  8. // 'no_null_account' => '用户已存在',
  9. // 'no_problem' => '未提交密保问题',
  10. // 'no_account' => '会员账号不能为空',
  11. // 'no_answer' => '未提交密保问题答案',
  12. // 'no_password' => '会员密码不能为空',
  13. // 'no_repassword' => '确认密码不能为空',
  14. // 'no_wmpassword' => '取款密码不能为空',
  15. // 'no_pwd_equally' => '两次密码不一致',
  16. // 'no_agree' => '未同意用户协议',
  17. // 'login_success' => '登陆成功',
  18. // 'login_fail' => '登陆失败',
  19. // 'illegal_account' =>'账号非法',
  20. // 'illegal_password' =>'密码非法',
  21. // 'illegal_answer' =>'密保答案非法',
  22. // 'illegal_wmpassword' =>'提款密码非法',
  23. // 'agreement_wmpassword_password' =>'提款密码不能与登录密码一致',
  24. );