请求的结构会发现,后面的参数无法序列号,这不是我们想要的效果=》 后面的param 参数没有接收到值,这下完蛋了 是否有一种方法可以通过GetPageListJson()操作传递和正确反序列化两个独立的对象? 对于当前的请求 axios ,请求将是 https://localhost:5002/AyReport/AyUser/GetPageListJson?param={"UserID":'16508640061130152'}&pagination={"PageIndex":1,"PageSize":10} 默认情况下,它将无法绑定ModelBinder 那就自己实现I ModelBinder 模型绑定器 这样就拿到了UserId =>
axios
https://localhost:5002/AyReport/AyUser/GetPageListJson?param={"UserID":'16508640061130152'}&pagination={"PageIndex":1,"PageSize":10}