|
@@ -135,7 +135,8 @@ public class QueryPaperStructTask {
|
|
|
params.put("paperType", paperType);
|
|
|
params.put("basePaperId", basePaperId);
|
|
|
|
|
|
- String url = sysProperty.getServerUrl() + "/api/exchange/outer/question/getPaperStruct";
|
|
|
+ String httpUrl = "https://" + sysProperty.getServerUrl();
|
|
|
+ String url = httpUrl + "/api/exchange/outer/question/getPaperStruct";
|
|
|
String json = HttpHelper.post(url, headers, params);
|
|
|
// System.out.println(json);
|
|
|
|