pub fn fetch_query_data_by_key(req: &Request<Body>, key: &str) -> Option<Value>
从请求中仅获取 query 参数的单个字段
对齐 PHP getData($key)。
getData($key)