瀏覽代碼

remove allow from recv order

stanley-king 3 年之前
父節點
當前提交
98b39ff0f4
共有 1 個文件被更改,包括 2 次插入1 次删除
  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) {