最新服务器上的版本,以后用这个
ggc
wangzhenxin
2023-04-16 5b01c67286f27e37e6728549d239413bbf315f1a
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();//是否禁用