补回联网搜索测试依赖导入

保留 DirectToolBridge 测试路由使用的 Query 和 get
This commit is contained in:
2026-08-30 14:36:41 +08:00
parent b27df8dfab
commit ddb668710e
@@ -1,6 +1,6 @@
use super::*;
use axum::extract::{DefaultBodyLimit, State};
use axum::routing::post;
use axum::extract::{DefaultBodyLimit, Query, State};
use axum::routing::{get, post};
use axum::{Json, Router};
use base64::{engine::general_purpose::STANDARD as BASE64_STANDARD, Engine as _};
use serde::Deserialize;