| 12345678910111213141516171819202122232425 |
- <?php
- return array(
- 'success' => '成功',
- 'PARAM_ERROR' => '参数错误',
- 'no_odds' => '该赛事没有赔率数据',
- 'empty' => '数据为空',
- // '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' =>'提款密码不能与登录密码一致',
- );
|