|
|
@@ -248,10 +248,8 @@ public class AiVideoHelper { |
|
|
|
|
|
|
|
public static AiVideoHqResult videoHq(AiVideoHqParam param) { |
|
|
|
String response = doPost(hy_url + video_hq, JSONObject.toJSONString(param)); |
|
|
|
// String response = doPost("http://111.198.0.15:22288" + video_hq, JSONObject.toJSONString(param)); |
|
|
|
log.info("视频超分 end response:" + response); |
|
|
|
log.info("视频超分 IP:" + hy_url + video_hq); |
|
|
|
// log.info("视频超分 IP:" + "http://111.198.0.15:22288" + video_hq); |
|
|
|
AiVideoHqResult result = new AiVideoHqResult(); |
|
|
|
|
|
|
|
if (StringUtils.isBlank(response)) { |
|
|
|