ysw100

Results 2 comments of ysw100

@RestController @RequestMapping(path = "/file") public class FileController { @GetMapping("/img") public FileBody getImage(HttpResponse response) { String imgPath = Environment.getExternalStorageDirectory().getPath() + "pic.jpg"; File file = new File(imgPath); return new FileBody(file); } }

我也是,缺sk.vpkg 这个package下面的文件