Tips.php 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. 'add_match_r_r_error' =>'赛事结果记录写入失败',
  22. 'lg_lastTime_error' =>'联赛赛季结束时间不存在',
  23. 'half_match_error' =>'所属上半场赛事不存在',
  24. 'auth_error' => '无权操作',
  25. 'order_money_err' =>'无法获取该订单金额数据',
  26. 'order_status_up_err' => '更新订单状态失败',
  27. 'up_user_err' => '更新用户资金失败',
  28. 'add_money_err' => '写入资金变动记录失败',
  29. 'order_null' => '订单不存在',
  30. 'order_type_err' => '订单非投注状态,不可撤单',
  31. // ====end===
  32. // 'fail' => '注册失败',
  33. // 'no_null_account' => '用户已存在',
  34. // 'no_problem' => '未提交密保问题',
  35. // 'no_account' => '会员账号不能为空',
  36. // 'no_answer' => '未提交密保问题答案',
  37. // 'no_password' => '会员密码不能为空',
  38. // 'no_repassword' => '确认密码不能为空',
  39. // 'no_wmpassword' => '取款密码不能为空',
  40. // 'no_pwd_equally' => '两次密码不一致',
  41. // 'no_agree' => '未同意用户协议',
  42. // 'login_success' => '登陆成功',
  43. // 'login_fail' => '登陆失败',
  44. // 'illegal_account' =>'账号非法',
  45. // 'illegal_password' =>'密码非法',
  46. // 'illegal_answer' =>'密保答案非法',
  47. // 'illegal_wmpassword' =>'提款密码非法',
  48. // 'agreement_wmpassword_password' =>'提款密码不能与登录密码一致',
  49. );