|
@@ -125,12 +125,6 @@ public class VideoServiceImpl implements VideoService {
|
|
|
com.alibaba.fastjson.JSONObject params = new com.alibaba.fastjson.JSONObject();
|
|
|
params.put("traceId", traceId);
|
|
|
String post = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(apiUrl, params.toJSONString());
|
|
|
- System.out.println(post);
|
|
|
- JSONObject jsonObject = JSONUtil.parseObj(post);
|
|
|
- String status = jsonObject.getStr("status");
|
|
|
- if (!Objects.equals(status, "success")) {
|
|
|
- LarkRobotUtil.sendMessage("get_off_videos失败 traceId=" + traceId);
|
|
|
- }
|
|
|
} catch (Exception e) {
|
|
|
LarkRobotUtil.sendMessage("get_off_videos失败 traceId=" + traceId);
|
|
|
log.error("miniProgramVideoOff error {}", e.getMessage());
|