|
@@ -28,7 +28,9 @@ class OrderPaySuccess
|
|
|
try {
|
|
|
//添加异步任务队列
|
|
|
$job = new QappOrder($trade_no);
|
|
|
+ myLog('pay_notify')->info('start:' . $trade_no);
|
|
|
dispatch($job->onConnection('redis')->onQueue('{qapp_order_pay_success}'));
|
|
|
+ myLog('pay_notify')->info('end:' . $trade_no);
|
|
|
} catch (Exception $e) {
|
|
|
sendNotice($e->getMessage());
|
|
|
}
|