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