perf:白名单列表查询业务应答detail_list字段修改为:data

main
wb2476 2026-04-21 09:20:07 +08:00
parent 2120341b96
commit 25f38ce29f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class BmdQueryResponse implements ApiResponse {
/**
* 1n
*/
@SerializedName("detail_list")
@SerializedName("data")
private List<DetailList> detailList;
/**