stanley-king 3 年之前
父節點
當前提交
7fce2db658
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      helper/refill/RefillBase.php

+ 3 - 0
helper/refill/RefillBase.php

@@ -304,6 +304,9 @@ class RefillBase
         $order_success = false;
 
         $exclude_channels = util::get_exclude_channel($mchid,$mch_order,$card_type);
+        if(!empty($exclude_channels)) {
+            Log::record("exclude_channels=" . implode(',',$exclude_channels),Log::DEBUG);
+        }
         foreach ($providers as $provider)
         {
             $channel_name = $provider->name();