Merge remote-tracking branch 'origin/dev' into dev
commit
b52f7c2b3a
4
pom.xml
4
pom.xml
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-api-sdk</name>
|
||||
<description>scfs-api-sdk</description>
|
||||
<packaging>pom</packaging>
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-autoconfigure</artifactId>
|
||||
<version>2.7.18</version>
|
||||
<version>2.7.16</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-api-core:核心模块</name>
|
||||
<description>scfs-api-core</description>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-rsa</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-api-rsa:RSA模块</name>
|
||||
<description>封装RSA、AES国密算法</description>
|
||||
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-service-cat</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-api-service-cat:肥猫定制化接口</name>
|
||||
<description>肥猫SDK</description>
|
||||
<packaging>jar</packaging>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-service</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-api-service:通用类接口</name>
|
||||
<description>通用类接口</description>
|
||||
<packaging>jar</packaging>
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-sm</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-api-sm:国密模块</name>
|
||||
<description>封装SM2、SM4国密算法</description>
|
||||
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.tencent.kona/kona-crypto -->
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-spring-boot-starter</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-spring-boot-starter</name>
|
||||
<description>scfs-spring-boot-starter</description>
|
||||
|
||||
|
|
@ -17,22 +17,22 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-service</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-rsa</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sm</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
|
|||
|
|
@ -5,14 +5,19 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-test</artifactId>
|
||||
<version>2.0.3-snapshot</version>
|
||||
<version>2.0.3</version>
|
||||
<name>scfs-api-test</name>
|
||||
<description>scfs-api-test</description>
|
||||
|
||||
<properties>
|
||||
<sonar.skip>true</sonar.skip>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
|
|
@ -26,7 +31,7 @@
|
|||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
<version>2.7.18</version>
|
||||
<version>2.7.16</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ public class CommunalDataServiceTest {
|
|||
request.setChannelNo("0000");
|
||||
request.setAppNo("10");
|
||||
request.setSerialNo(UUID.randomUUID().toString().replace("-", ""));
|
||||
request.setSysTime("2024-03-20");
|
||||
request.setSysDate("2024-03-20");
|
||||
request.setTransDate("2024-03-20");
|
||||
request.setTransTradeTime("2024-03-20");
|
||||
request.setZoningCode("110101001000000");
|
||||
FiveCascadeQueryResponse response = communalDataService.fiveCascadeQuery(request);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue