摘要: 首先,需要有一个 Post 接口,有一个实体类 方法需要返回什么,直接修改void即可 实体类需要接收什么,直接改User即可 @PostMapping(value = "/post_interface") public void postInterface(@RequestParam("file" 阅读全文
posted @ 2024-08-15 17:24 Lee597 阅读(179) 评论(0) 推荐(0)