|
@@ -158,8 +158,12 @@ class RefillBase
|
|
|
}
|
|
|
|
|
|
$mod_refill->edit($order_id, ['notify_time' => time(), 'is_retrying' => 0,'notify_state' => 1]);
|
|
|
+ Log::record("proc_notify pop_queue_order 1",Log::DEBUG);
|
|
|
util::pop_queue_order($mchid,$mch_order);
|
|
|
+ Log::record("proc_notify pop_queue_order 2",Log::DEBUG);
|
|
|
QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id,'manual' => false]);
|
|
|
+ Log::record("proc_notify pop_queue_order 3",Log::DEBUG);
|
|
|
+
|
|
|
return true;
|
|
|
}
|
|
|
|