!84 czh-20260717-修复-测试接口补充linkTitle参数

* czh-20260717-修复-测试接口补充linkTitle参数
* czh-20260717-新增-sendMessage增加linkTitle参数
* czh-20260717-新增-sendMessage增加data参数支持
* czh-20260717-优化-去掉bizId和createDatetime字段
* czh-20260717-修复system-start缺少jeecg-module-im依赖
* czh-20260717-修复测试接口SSRF和日志泄漏问题
* czh-20260717-新增即时通消息推送模块及测试接口
This commit is contained in:
陈志浩
2026-07-22 01:52:49 +00:00
parent 785352914a
commit 111c0e2c8d
13 changed files with 492 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jeecg-boot-module</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>${jeecgProjectVersion}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-module-im</artifactId>
<dependencies>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-base-core</artifactId>
</dependency>
</dependencies>
</project>