| | |
| | | <artifactId>wx-java-mp-spring-boot-starter</artifactId> |
| | | <version>4.1.0</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.aliyuncs</groupId>--> |
| | | <!-- <artifactId>core</artifactId>--> |
| | | <!-- <version>1</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.aliyuncs</groupId>--> |
| | | <!-- <artifactId>dysmsapi</artifactId>--> |
| | | <!-- <version>1</version>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>com.aliyuncs</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aliyuncs</groupId> |
| | | <artifactId>dysmsapi</artifactId> |
| | | <version>1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.github.wechatpay-apiv3</groupId> |
| | |
| | | <version>2.8.8</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.volcengine</groupId> |
| | | <artifactId>volc-sdk-java</artifactId> |
| | | <version>1.0.105</version> |
| | | </dependency> |
| | | |
| | | |
| | | |
| | | |