'请先绑定游戏' ], [ 'phone', new \App\Module\Common\Validator\Phone($this), 'msg' => '不存在的手机号码' ], [ 'code', new PhoneCode($this, [ 'reset_spassword', 'phone' ]), 'msg' => '短信验证码错误' ], [ 'auth_password', new SPasswordValidator($this), 'msg' => '安全密码格式错误' ], [ 'auth_password',new Number($this), 'msg'=>'安全密码只能包含数字' ], [ 'auth_password', 'eqField', 'auth_password2', 'msg' => '两次密码不一致' ] ]; } }