add 汽车标准数字化平台ASMS开放API接口管理(未完成)

This commit is contained in:
liao
2023-10-18 09:48:57 +08:00
parent 7a1deb16f5
commit 8f1d1bb8e7
13 changed files with 646 additions and 0 deletions
@@ -1,6 +1,7 @@
package com.jero.modules.standard.domestic;
import com.jero.JeroSystemSingleApplication;
import com.jero.modules.docking.asms.util.AsmsPostUtil;
import com.jero.modules.laws.standard.entity.LawsDomesticStandard;
import com.jero.modules.laws.standard.service.ILawsDomesticStandardService;
import org.junit.Test;
@@ -20,6 +21,8 @@ public class StandardTest {
@Autowired
private ILawsDomesticStandardService lawsDomesticStandardService;
@Autowired
private AsmsPostUtil asmsPostUtil;
@Test
public void getByIdTest() {
@@ -27,4 +30,9 @@ public class StandardTest {
System.out.println(byId);
}
@Test
public void testAsmsPost() {
asmsPostUtil.sendGetReq("/countriesregions/list", null);
}
}