Merge branch 'dev' into 'test'

Dev

See merge request jygk/dsc!23
This commit is contained in:
朝锦 杨
2026-01-23 09:59:01 +00:00
8 changed files with 80 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
<groupId>com.zt.plat</groupId>
<version>${revision}</version>
</parent>
<artifactId>zt-module-databus-server-client</artifactId>
<artifactId>zt-module-databus-client</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>

View File

@@ -7,7 +7,6 @@ import cn.hutool.http.Method;
import cn.hutool.json.JSONObject;
import cn.hutool.json.JSONUtil;
import com.zt.plat.framework.common.pojo.CommonResult;
import com.zt.plat.framework.common.util.security.CryptoSignatureUtils;
import com.zt.plat.module.databus.api.dto.ApiAccessLogCreateReq;
import com.zt.plat.module.databus.api.provider.DatabusAccessLogProviderApi;
import jakarta.annotation.Resource;