|
@@ -221,7 +221,7 @@ public class SceneListener {
|
|
log.info("statusJson存在: {}");
|
|
log.info("statusJson存在: {}");
|
|
JSONObject statusJsonObj = JSONObject.parseObject(execute.body());
|
|
JSONObject statusJsonObj = JSONObject.parseObject(execute.body());
|
|
statusJsonObj.put("status",status);
|
|
statusJsonObj.put("status",status);
|
|
- fileAndOssUtil.upload(statusJsonObj.toJSONString().getBytes(StandardCharsets.UTF_8), statusJson);
|
|
|
|
|
|
+ fileAndOssUtil.upload("4dkankan",statusJsonObj.toJSONString().getBytes(StandardCharsets.UTF_8), statusJson);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|