【发布时间】:2023-03-31 07:20:01
【问题描述】:
MultipartFile and nested object in a json to test post request in POSTMAN? 在 Dto 中有 multipartfile 和其他数据类型的地方扩展这个问题,并尝试在 POSTMAN 中测试发布请求。
在表单数据中传递SchoolTimeTable,请参考附件截图
出现以下错误: typeMismatch.schoolDto.openCloseTime,typeMismatch.openCloseTime,typeMismatch.com.vo.schoolInfo.SchoolTimeTable ,typeMismatch]
请帮助我正确的方法。
【问题讨论】:
标签: java spring-boot rest spring-mvc postman