plugins/exchange/forms/exchange/validate/FacadeAdmin.php
@@ -35,7 +35,11 @@ public function admin2($mall_id, $code, $card_no) { $this->validate->setMallId($mall_id); $this->validate->setCodeModel2($code,$card_no); // 按卡号和密码验证 // $this->validate->setCodeModel2($code,$card_no); // 只验证卡号,不验证密码 $this->validate->setCodeModel3($card_no); $this->validate->hasCode();//是否存在码 $this->validate->hasExchange();//是否兑换 $this->validate->hasDisable();//是否禁用