[feature] 删除冗余方法

This commit is contained in:
Weasley J
2023-07-29 21:22:18 +08:00
parent b283550f77
commit 895964a1c0
2 changed files with 1 additions and 5 deletions
@@ -12,7 +12,7 @@ spring:
profiles:
# 适当修改激活环境: dev|test|prod
active: dev
active: lwj
jackson:
time-zone: GMT+8
@@ -47,10 +47,6 @@ class EportSignControllerTest {
@Autowired
ChinaEportReportClient chinaEportReportClient;
public static void main(String[] args) {
}
@Test
@DisplayName("海关XML数据加签+验正签名结果")
void signAndVerifyXMLSignature() {