gpt4 book ai didi

java - 如何使用 sigoden apitest 测试 REST API 多文件上传?

转载 作者:行者123 更新时间:2023-12-02 03:28:50 26 4
gpt4 key购买 nike

我定义了一个文件上传方法,支持多个文件上传:

 public static Result upload() {
MultipartFormData body = request().body().asMultipartFormData();
FilePart file1 = body.getFile("filePart1");
FilePart file2 = body.getFile("filePart2");
.....
.....
}

我想测试这个 REST API,但不知道该怎么做。

有人可以帮我测试一下吗?

最佳答案

从 Chrome 网上应用店下载 POSTMAN 插件

its going to be depercated from webstore better to download from this link

send the file to test multiple file upload

关于java - 如何使用 sigoden apitest 测试 REST API 多文件上传?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38395661/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com