field('payPwd,loginSecret')->find($userId); if($rs['payPwd']==md5($payPwd.$rs['loginSecret'])){ return WSTReturn('',1); } return WSTReturn('支付密码错误',-1); } }