Commit 76ae7fc7 authored by mengweifu's avatar mengweifu

fixed:topic

parent 5d6b8571
......@@ -14,6 +14,11 @@ class KafkaService
*/
public static function productMarketingUpdate(array $marketingInfo) : void
{
if ($marketingInfo['userId'] == '17963416161910792')
{
return;
}
$msg = json_encode([
'marketingInfo' => $marketingInfo,
'time' => time(),
......
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