Commit d8f1ea36 authored by hangjun83's avatar hangjun83

zkh

parent 0ccf8cdd
......@@ -250,12 +250,13 @@ class ZhenKhService
}
} catch (\Throwable $exception) {
$this->apiService->throwableAfter([
$this->sendMail('订单同步邮件', '订单号:'.implode(',',$order['orderNo']).'未同步成功');
/*$this->apiService->throwableAfter([
'platform_name' => $this->apiService->getPlatformInfo('platform_name'),
'queue_params' => $order,
'fail_content' => $exception->getMessage(),
'queue_reset' => time() + 86400 * 10
]);
]);*/
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment