Commit 57dc6106 authored by 刘小敏's avatar 刘小敏

fix(xhs): 修复队列任务类指定错误

parent 232c1c39
...@@ -152,7 +152,7 @@ class XhsAd extends Common ...@@ -152,7 +152,7 @@ class XhsAd extends Common
'platform' => 'WechatMiniProgram', 'platform' => 'WechatMiniProgram',
]; ];
\think\Queue::push('addons\shopro\job\XhsConversionReport', $jobData, 'shopro'); \think\Queue::push('\addons\shopro\job\XhsConversionReport@exec', $jobData, 'shopro');
custom_log('[xhs.conversion] 异步队列投递成功, log_id=' . $log->id, $userId, 'xhs_ad'); custom_log('[xhs.conversion] 异步队列投递成功, log_id=' . $log->id, $userId, 'xhs_ad');
} catch (\Exception $e) { } catch (\Exception $e) {
......
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