日志
This commit is contained in:
parent
681c12206e
commit
7d1fd72db1
@ -223,6 +223,7 @@ public class TrainHttpService {
|
||||
jsonObject.put("dimension",dimension);
|
||||
String body = JSONObject.toJSONString(jsonObject);
|
||||
log.info(" autoEvaluation body :{}", body);
|
||||
log.info(" autoEvaluation url :{}", url+autoEvaluation);
|
||||
String res = HttpUtils.post(url+autoEvaluation, map, body);
|
||||
log.info(" autoEvaluation:{}", res);
|
||||
JSONObject resJson = JSONObject.parseObject(res);
|
||||
|
Loading…
x
Reference in New Issue
Block a user