Tips.php 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. return array(
  3. 'success' => '成功',
  4. 'PARAM_ERROR' => '参数错误',
  5. 'no_odds' => '该赛事没有赔率数据',
  6. 'empty' => '数据为空',
  7. //===体育数据写入===
  8. 'HANDLE_ERRORS' =>'数据处理失败',
  9. 'abnormal' =>'提交数据异常',
  10. 'update_error' =>'有数据更新失败',
  11. 'insert_error' =>'有数据插入失败',
  12. 'country_error' =>'国家不存在',
  13. 'area_error' =>'地区不存在',
  14. 'league_error' =>'联赛不存在',
  15. 'match_error' =>'赛事不存在',
  16. 'local_league_error' =>'写入联赛关联记录失败',
  17. 'add_odds_error' =>'赛事赔率写入失败',
  18. 'add_odds_r_error' =>'赛事赔率记录写入失败',
  19. 'add_lg_r_error' =>'联赛结果写入失败',
  20. 'add_match_r_error' =>'赛事结果写入失败',
  21. // ====end===
  22. // 'fail' => '注册失败',
  23. // 'no_null_account' => '用户已存在',
  24. // 'no_problem' => '未提交密保问题',
  25. // 'no_account' => '会员账号不能为空',
  26. // 'no_answer' => '未提交密保问题答案',
  27. // 'no_password' => '会员密码不能为空',
  28. // 'no_repassword' => '确认密码不能为空',
  29. // 'no_wmpassword' => '取款密码不能为空',
  30. // 'no_pwd_equally' => '两次密码不一致',
  31. // 'no_agree' => '未同意用户协议',
  32. // 'login_success' => '登陆成功',
  33. // 'login_fail' => '登陆失败',
  34. // 'illegal_account' =>'账号非法',
  35. // 'illegal_password' =>'密码非法',
  36. // 'illegal_answer' =>'密保答案非法',
  37. // 'illegal_wmpassword' =>'提款密码非法',
  38. // 'agreement_wmpassword_password' =>'提款密码不能与登录密码一致',
  39. );