媒体处理 MPC-查询独立加密任务:根据时间段查询

时间:2025-01-26 10:47:26

根据时间段查询

123456
// 根据时间段查询ListEncryptTaskRequest req = new ListEncryptTaskRequest().withStartTime("20201220131400").withEndTime("20201221131400");// 向MPC发送查询独立加密任务的请求ListEncryptTaskResponse rsp = initMpcClient().listEncryptTask(req);   // 打印返回消息         System.out.println(rsp.toString());
support.huaweicloud.com/sdkreference-mpc/mpc_05_0117.html