Quellcode durchsuchen

remove allow from recv order

stanley-king vor 3 Jahren
Ursprung
Commit
98b39ff0f4
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      mobile/control/refill.php

+ 2 - 1
mobile/control/refill.php

@@ -87,7 +87,8 @@ class refillControl extends merchantControl
                 return self::outerr(206,"平台不支持该卡充值.");
             }
 
-            $allow = refill\RefillFactory::instance()->allow($this->mchid(),$card_type,$amount,$quality);
+//            $allow = refill\RefillFactory::instance()->allow($this->mchid(),$card_type,$amount,$quality);
+            $allow = true;
             if(!$allow)
             {
                 if ($card_type === mtopcard\SinopecCard) {