|
@@ -32,7 +32,7 @@ public class ManagerApiServiceImpl implements ManagerApiService {
|
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
|
res = JSONObject.parseObject(post);
|
|
res = JSONObject.parseObject(post);
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- log.error("ManagerApiService videoMultiTitleSave error, videoId={} title={} {}",
|
|
|
|
|
|
|
+ log.error("ManagerApiService videoMultiTitleSave error, videoId={} title={} , errorMsg:{}",
|
|
|
videoId, title, e.getMessage());
|
|
videoId, title, e.getMessage());
|
|
|
}
|
|
}
|
|
|
if (Objects.isNull(res)) {
|
|
if (Objects.isNull(res)) {
|
|
@@ -57,7 +57,7 @@ public class ManagerApiServiceImpl implements ManagerApiService {
|
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
|
res = JSONObject.parseObject(post);
|
|
res = JSONObject.parseObject(post);
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- log.error("ManagerApiService videoMultiCoverSave error, videoId={} coverUrl={} {}",
|
|
|
|
|
|
|
+ log.error("ManagerApiService videoMultiCoverSave error, videoId={} coverUrl={}, errorMsg:{}",
|
|
|
videoId, coverUrl, e.getMessage());
|
|
videoId, coverUrl, e.getMessage());
|
|
|
}
|
|
}
|
|
|
if (Objects.isNull(res)) {
|
|
if (Objects.isNull(res)) {
|
|
@@ -81,7 +81,7 @@ public class ManagerApiServiceImpl implements ManagerApiService {
|
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
|
res = JSONObject.parseObject(post);
|
|
res = JSONObject.parseObject(post);
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- log.error("ManagerApiService videoMultiCoverListV2 error, videoId={} range={} {}",
|
|
|
|
|
|
|
+ log.error("ManagerApiService videoMultiCoverListV2 error, videoId={} range={}, errorMsg:{}",
|
|
|
videoId, "2h", e.getMessage());
|
|
videoId, "2h", e.getMessage());
|
|
|
}
|
|
}
|
|
|
if (Objects.isNull(res)) {
|
|
if (Objects.isNull(res)) {
|
|
@@ -105,7 +105,7 @@ public class ManagerApiServiceImpl implements ManagerApiService {
|
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(url, param.toJSONString());
|
|
|
res = JSONObject.parseObject(post);
|
|
res = JSONObject.parseObject(post);
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- log.error("ManagerApiService videoMultiCoverListV2 error, videoId={} range={} {}",
|
|
|
|
|
|
|
+ log.error("ManagerApiService videoMultiCoverListV2 error, videoId={} range={} , errorMsg:{}",
|
|
|
videoId, "4h", e.getMessage());
|
|
videoId, "4h", e.getMessage());
|
|
|
}
|
|
}
|
|
|
if (Objects.isNull(res)) {
|
|
if (Objects.isNull(res)) {
|