there is an object in the background
Class Code {
private List<String> data;
private int msg;
}
controller
public Object test(@ModelAttribute Code code)
the front end submits data to the background
$.get("http://xxxxx",{
data: ["123","123"],
msg: "121313"
},)
background cannot map data to data