allbs工具类说明 - app推送
依赖jar包
引入包 | 版本 |
---|---|
jdk | 1.8 |
spring boot | 2.7.2 |
spring-boot-autoconfigure | 2.7.2 |
gexin-rp-sdk-http | 4.1.1.4 |
使用
添加依赖
1 | <dependency> |
1 | implementation 'cn.allbs:allbs-unipush:1.2.0' |
1 | implementation("cn.allbs:allbs-unipush:1.2.0") |
添加配置
1 | uni-push: |
template注入
1 | private fianl UniPushTemplate uniPushTemplate; |
数据推送
1 | uniPushTemplate.pushToAllUser("测试标题", "测试内容"); |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 共赴良策!
评论