stanley-king 3 年 前
コミット
9763986781
1 ファイル変更3 行追加3 行削除
  1. 3 3
      rdispatcher/proxy.php

+ 3 - 3
rdispatcher/proxy.php

@@ -65,7 +65,7 @@ class proxy
                     $mch_order, $idcard, $card_name, $notify_url, $quality, $org_quality, $order_time, $commit_times,
                     "无效的手机号");
                 QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id, 'manual' => false]);
-//                util::del_exclude_channel($mchid,$mch_order,$card_type);
+                util::del_exclude_channel($mchid,$mch_order,$card_type);
                 return;
             }
         }
@@ -117,7 +117,7 @@ class proxy
                 }
 
                 QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id,'manual' => false]);
-//                util::del_exclude_channel($mchid,$mch_order,$card_type);
+                util::del_exclude_channel($mchid,$mch_order,$card_type);
             }
         }
     }
@@ -210,7 +210,7 @@ class proxy
             }
 
             QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id,'manual' => false]);
-//            util::del_exclude_channel($mchid,$mch_order,$card_type);
+            util::del_exclude_channel($mchid,$mch_order,$card_type);
         }
     }
 }