外部设备及对接阿里云媒体处理

This commit is contained in:
2025-08-13 09:52:23 +08:00
parent 762962512d
commit 9f6a75cd50
13 changed files with 709 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.ycwl.basic.service.custom;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class CustomUploadTaskServiceTest {
@Test
void handleAliyunMpsJobComplete() {
new CustomUploadTaskService().handleAliyunMpsJobComplete("2b9142e3efa73d3ea8edd707e0a70db3");
}
}