我试图使用restTemplate.getForEntity(requestPath,String.class);
requestPath如下
http://localhost:8200/mr/AsyncExportService/rest/v2/export/async?dataset=sourcesConferenceDocument&exportFormat=DOCX&idList=1000627,1000623,1000622&exportContent= {“ sectionList”:[{“ id”:“ SNAPSHOT”}]}&multipleReportDelivery = SINGLE_FILE
我低于例外
java.lang.IllegalArgumentException:[http://localhost:8200/mr/AsyncExportService/rest/v2/export/async?dataset=sourcesConferenceDocument&exportFormat=DOCX&idList=1000627,1000623,1000622&exportContent= {“ sectionList”:[{“ id”:“ SNAPSHOT”}]}&multipleReportDelivery = SINGLE_FILE]中的变量值数量无效:预期为1;得到了0
.collapse{
display: block;
visibility: visible;
overflow: hidden;
line-height: 20px;
font-size: 14px;
min-height: 60px; //3 text rows
&.in{
height: auto;
}
}
请帮助我解决此问题