|
@@ -40,6 +40,9 @@ class ReportCharge implements ShouldQueue
|
|
*/
|
|
*/
|
|
public function handle(): void
|
|
public function handle(): void
|
|
{
|
|
{
|
|
|
|
+ myLog('reportCharge')->info('info', [
|
|
|
|
+ 'info' => $this->info
|
|
|
|
+ ]);
|
|
$traceContext = TraceContext::newFromParent($this->info['traceInfo']);
|
|
$traceContext = TraceContext::newFromParent($this->info['traceInfo']);
|
|
myLog('reportCharge')->info('开始处理订单回传', [
|
|
myLog('reportCharge')->info('开始处理订单回传', [
|
|
'orderInfo' => $this->info,
|
|
'orderInfo' => $this->info,
|