|
@@ -738,7 +738,7 @@ public class AiTagJob {
|
|
|
|
|
|
|
|
ResponseEntity<String> response = null;
|
|
ResponseEntity<String> response = null;
|
|
|
try {
|
|
try {
|
|
|
- response = restTemplateWithAuth.getForEntity(getResultUrl + lifeUserDynamic.getAiTaskId(), String.class);
|
|
|
|
|
|
|
+ response = restTemplateWithAuth.getForEntity(getResultUrl + "?task_id="+lifeUserDynamic.getAiTaskId(), String.class);
|
|
|
if (response.getStatusCodeValue() != 200) {
|
|
if (response.getStatusCodeValue() != 200) {
|
|
|
log.error("AI内容审核结果获取接口调用失败 http状态:" + response.getStatusCode());
|
|
log.error("AI内容审核结果获取接口调用失败 http状态:" + response.getStatusCode());
|
|
|
}
|
|
}
|