Browse Source

处理日志

tgz 2 years ago
parent
commit
d59b5a15fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Modules/Trade/Pay/OrderPaySuccess.php

+ 2 - 0
app/Modules/Trade/Pay/OrderPaySuccess.php

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