|
@@ -114,7 +114,7 @@ abstract class PaySuccessAbstract
|
|
|
$callback_type = getProp($quickSendOrder, 'callback_type');
|
|
|
if ($callback_type == 'cycle_report') {
|
|
|
$cycjob = new CycleCallBack($this->order->trade_no);
|
|
|
- dispatch($cycjob->onConnection('redis')->onQueue('qapp_tiktok_cycle_user_charge_queue'));
|
|
|
+ dispatch($cycjob->onConnection('redis')->onQueue('{qapp_tiktok_cycle_user_charge_queue}'));
|
|
|
}else{
|
|
|
dispatch($job->onConnection('rabbitmq')->onQueue('qapp_tiktok_user_charge_queue'));
|
|
|
}
|