| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- return array(
- 'success' => '成功',
- 'PARAM_ERROR' => '参数错误',
- 'no_odds' => '该赛事没有赔率数据',
- 'empty' => '数据为空',
- //===体育数据写入===
- 'HANDLE_ERRORS' =>'数据处理失败',
- 'abnormal' =>'提交数据异常',
- 'update_error' =>'有数据更新失败',
- 'insert_error' =>'有数据插入失败',
- 'country_error' =>'国家不存在',
- 'area_error' =>'地区不存在',
- 'league_error' =>'联赛不存在',
- 'match_error' =>'赛事不存在',
- 'local_league_error' =>'插入联赛关联记录失败',
- // ====end===
- // 'fail' => '注册失败',
- // 'no_null_account' => '用户已存在',
- // 'no_problem' => '未提交密保问题',
- // 'no_account' => '会员账号不能为空',
- // 'no_answer' => '未提交密保问题答案',
- // 'no_password' => '会员密码不能为空',
- // 'no_repassword' => '确认密码不能为空',
- // 'no_wmpassword' => '取款密码不能为空',
- // 'no_pwd_equally' => '两次密码不一致',
- // 'no_agree' => '未同意用户协议',
- // 'login_success' => '登陆成功',
- // 'login_fail' => '登陆失败',
- // 'illegal_account' =>'账号非法',
- // 'illegal_password' =>'密码非法',
- // 'illegal_answer' =>'密保答案非法',
- // 'illegal_wmpassword' =>'提款密码非法',
- // 'agreement_wmpassword_password' =>'提款密码不能与登录密码一致',
- );
|