2
0

test(user): 调用omada API测试

This commit is contained in:
TsMask
2024-12-06 21:46:30 +08:00
parent 533e800221
commit af3d3d1e60
3 changed files with 109 additions and 1 deletions

View File

@@ -70,6 +70,11 @@
<artifactId>wfc-api-user</artifactId>
</dependency>
<!-- WFC Api Omada -->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-api-omada</artifactId>
</dependency>
</dependencies>
<build>