BUGFIX:修改获取flux结果的get方法名

This commit is contained in:
2025-07-24 09:40:34 +08:00
parent e2d50a6dfa
commit 0f93099d04

View File

@@ -2835,7 +2835,7 @@ public class GenerateServiceImpl extends ServiceImpl<GenerateMapper, Generate> i
fluxResultRequestUrl = pollingUrl;
}
String resp = sendRequestUtil.sendFluxGet(fluxResultRequestUrl, params);
String resp = sendRequestUtil.sendGet(fluxResultRequestUrl, params);
log.info("获取flux生成的结果为{}", resp);
JSONObject respObj = JSONUtil.parseObj(resp);
String status = respObj.getStr("status");