tgz 2 years ago
parent
commit
736d4209ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Modules/Trade/Pay/PaySuccessAbstract.php

+ 1 - 1
app/Modules/Trade/Pay/PaySuccessAbstract.php

@@ -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'));
         }