|
@@ -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, '提交失败'];
|
|
|
}
|
|
|
}
|