stanley-king пре 2 година
родитељ
комит
367ba5105a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      helper/rbridge/fulu/Bridge.php

+ 2 - 2
helper/rbridge/fulu/Bridge.php

@@ -71,12 +71,12 @@ class Bridge implements IBridge
 
         $state = refill\util::push_add($input);
         if ($state === true) {
-            Log::record("refill::util::push_add success mchid={$mchid} mch_order={$mch_order} state={$state}",Log::DEBUG);
+            Log::record("fulu::Bridge refill::util::push_add success mchid={$mchid} mch_order={$mch_order} state={$state}",Log::DEBUG);
             return [true, '提交成功'];
         } else {
             refill\util::del_queue_order($mchid,$mch_order);
             Model('refill_order')->del_detail($mchid,$mch_order);
-            Log::record("refill::util::push_add error mchid={$mchid} mch_order={$mch_order} state={$state}",Log::DEBUG);
+            Log::record("fulu::Bridge refill::util::push_add error mchid={$mchid} mch_order={$mch_order} state={$state}",Log::DEBUG);
             return [false, '提交失败'];
         }
     }