Could not find acceptable representation 导出数据接口逻辑没有错误,但是最后返回就是出错了 原因:导出时已经在response中设置了返回格式,但是后面接口又return 数据,返回两种格式数据了,导致出错 解决:return null就行。