@@ -792,5 +792,5 @@ public interface TmsshipFeign {
Map<String, Object> downLoadDeilveryNotice(@RequestParam("noticeId") Integer noticeId);
@PostMapping(value = "api/v1/shipTms/amsshipdeliverynotices/uploadCargoPic")
- String uploadCargoPic(MultipartFile multipartFile);
+ String uploadCargoPic(@RequestPart("file") MultipartFile multipartFile);
}