|
|
@@ -61,6 +61,7 @@ async fn get_symbols_by_filter() -> impl Responder {
|
|
|
HttpResponse::BadRequest().content_type("application/json").body(json_string)
|
|
|
}
|
|
|
|
|
|
+// ia: intelligence agency, 情报部门
|
|
|
#[get("/ia/get_indicator")]
|
|
|
async fn get_indicator(query: web::Query<IndicatorQuery>) -> impl Responder {
|
|
|
// 客户端传过来的数据校验
|