$type, 'channel' => $channel, 'order_id' => $order_id, 'operator_id' => $operator_id, 'content' => $content ?: OrderLogEnum::getRecordDesc($channel), 'longitude' => $location['longitude'] ?? '', 'latitude' => $location['latitude'] ?? '', 'location' => $location, 'extra' => $extra, 'create_time' => time(), 'update_time' => time(), ]); } }