mockMvc.perform(get("/xxxxx").headers(httpHeaders)
.param("arrayIds[]", "10,11,12,14")
)
二,控制類中這樣接收
@RequestParam(value = "arrayIds[]") Long[] arrayIds