摘要: 主要原因是与后端接收参数格式不符 例如我定义一个后台接口. 像这样 public IActionResult postApi ([FromBody] int[] array){ //doing sth... } 但是前端传过来的格式是这样 { "array": [1,2,3] } 解决方法 后端更改 阅读全文
posted @ 2023-04-11 15:49 友迪(Yogi) 阅读(59) 评论(0) 推荐(0)