mirror of
https://github.com/Weasley-J/chinaport-data-signature.git
synced 2024-04-21 12:41:53 +00:00
Merge branch 'feature_探索'
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
## 2 项目代码质量
|
||||
|
||||

|
||||

|
||||
|
||||
## 3 软件运行概况
|
||||
|
||||
|
||||
+3
@@ -2,6 +2,7 @@ package cn.alphahub.eport.signature.core.web;
|
||||
|
||||
import cn.alphahub.eport.signature.config.ChinaEportProperties;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.DisplayName;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -24,6 +25,7 @@ class EportReportResultHttpClientTest {
|
||||
void getCeb312msg() {
|
||||
String result = eportReportResultHttpClient.getCeb312msgResult(chinaEportProperties.getDxpId(), "20230806121200");
|
||||
log.info("311回执结果:{}", result);
|
||||
Assertions.assertNotNull(result, "311回执结果不为空");
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -31,5 +33,6 @@ class EportReportResultHttpClientTest {
|
||||
void getCe622msg() {
|
||||
String result = eportReportResultHttpClient.getCe622msgResult(chinaEportProperties.getDxpId(), "20230806121200");
|
||||
log.info("621回执结果:{}", result);
|
||||
Assertions.assertNotNull(result, "621回执结果不为空");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user