集成个推SDK

This commit is contained in:
liupopo
2023-03-16 18:27:38 +08:00
parent 9a9e940fb0
commit cfffca82fa
5 changed files with 143 additions and 0 deletions

View File

@@ -195,6 +195,13 @@
<artifactId>easypoi-annotation</artifactId>
<version>3.2.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.getui.push/restful-sdk 个推-->
<dependency>
<groupId>com.getui.push</groupId>
<artifactId>restful-sdk</artifactId>
<version>1.0.0.11</version>
</dependency>
</dependencies>