?
IOS上傳文件給java服務器,返回報錯unacceptable context-type:text/plain
?
response返回類型不對
@RequestMapping(value = "uploadMultiFiles", method = RequestMethod.POST, produces="application/json;charset=UTF-8")
使用produces指定response的context-type為application/json;charset=UTF-8