This commit is contained in:
2023-03-27 17:44:47 +08:00
parent e1a6606169
commit e847874ecd
8 changed files with 187 additions and 20 deletions
@@ -175,7 +175,6 @@ class SendSubMessageConsumer extends ConsumerMessage
$data['user_type'] = $user_type;
$data['type'] = 2;
$data['status'] = 1;
$data['send_reason'] = $sub_data['send_reason'];
$data['content'] = json_encode($sub_data['params'],JSON_UNESCAPED_UNICODE);
$log_message_push = LogMessagePush::addLogMessagePush($data);
if (empty($log_message_push)){
@@ -198,7 +197,6 @@ class SendSubMessageConsumer extends ConsumerMessage
$data['type'] = 2;
$data['status'] = 2;
$data['fail_reason'] = $fail_reason ?: "";
$data['send_reason'] = $sub_data['send_reason'];
$data['content'] = json_encode($sub_data['params'],JSON_UNESCAPED_UNICODE);
$log_message_push = LogMessagePush::addLogMessagePush($data);
if (empty($log_message_push)){