pub async fn get_delay_statistics_post(
__arg0: State<RestState>,
__arg1: Json<Value>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>Expand description
v1.4.83 §6 Phase 1.4: POST /api/delay-statistics — 带 body 过滤
双 tester v1.4.81 §6 报告 {"type_list":[1,2,3]} POST 返 None (原 route
只注册了 GET). 本版加 POST 支持 type_list / qot_push_stage / segment_list
过滤(proto GetDelayStatistics.C2S 字段齐全).