|
|
@@ -29,7 +29,7 @@ public class ApiCyCtnrController {
|
|
|
*/
|
|
|
@SneakyThrows
|
|
|
@ApiIgnore
|
|
|
- @RequestMapping(value = "/cyctnrItem", method = RequestMethod.POST, produces = "application/json;charset=UTF-8")
|
|
|
+ @RequestMapping(value = "/cyctnrItem", method = RequestMethod.POST, produces = "application/form-data;charset=UTF-8")
|
|
|
public R cyctnrItem(@RequestBody ApiRequest apiRequest) {
|
|
|
return cyFtpService.cyctnrItem(apiRequest);
|
|
|
}
|