|
@@ -486,7 +486,7 @@ public class AnalyzeService {
|
|
|
// logger.info(worker_id);
|
|
|
// }
|
|
|
RestTemplate template = new RestTemplate();
|
|
|
- String url = "http://www.mooctest.net/api/common/uploadCaseScore";
|
|
|
+ String url = "http://www.test.mooctest.net/api/common/uploadCaseScore";
|
|
|
String[] ids = case_take_id.split("-");
|
|
|
for(int i = 0; i < array.length(); i ++) {
|
|
|
MultiValueMap<String, Object> paramMap = new LinkedMultiValueMap<String, Object>();
|