yanggongwang

Results 1 issues of yanggongwang

curl -X 'POST' \ 'http://192.168.200.132:28080/api/v1/general/merge-pdfs' \ -H 'accept: */*' \ -H 'Content-Type: multipart/form-data' \ -F 'fileInput=a.pdf b.pdf' \ -F 'sortType=byFileName' { "timestamp": "2024-01-05T09:34:56.226+00:00", "status": 400, "error": "Bad Request", "exception": "org.springframework.web.bind.MethodArgumentNotValidException",...

question