Tips.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. // ====end===
  18. // 'fail' => '注册失败',
  19. // 'no_null_account' => '用户已存在',
  20. // 'no_problem' => '未提交密保问题',
  21. // 'no_account' => '会员账号不能为空',
  22. // 'no_answer' => '未提交密保问题答案',
  23. // 'no_password' => '会员密码不能为空',
  24. // 'no_repassword' => '确认密码不能为空',
  25. // 'no_wmpassword' => '取款密码不能为空',
  26. // 'no_pwd_equally' => '两次密码不一致',
  27. // 'no_agree' => '未同意用户协议',
  28. // 'login_success' => '登陆成功',
  29. // 'login_fail' => '登陆失败',
  30. // 'illegal_account' =>'账号非法',
  31. // 'illegal_password' =>'密码非法',
  32. // 'illegal_answer' =>'密保答案非法',
  33. // 'illegal_wmpassword' =>'提款密码非法',
  34. // 'agreement_wmpassword_password' =>'提款密码不能与登录密码一致',
  35. );