Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 655 Bytes

腾讯云 即时通信IM 服务端API封装(完整)

腾讯IM 服务端 REST-API列表 https://cloud.tencent.com/document/product/269/1520

核心依赖

依赖 版本
tls-sig-api-v2 2.0
fastjson 1.2.58
Spring Boot 2.2.5.RELEASE

请求工具 RestTemplate

模块说明

tencent-im-service-api
      └── com.java
           ├── enmus -- API枚举
           ├── config -- IM基础配置
           └── utils -- API封装类
      └── test -- 测试类