|
|
@ -10,6 +10,10 @@ import org.springframework.boot.autoconfigure.EnableAutoConfiguration; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
import org.springframework.test.context.junit4.SpringRunner; |
|
|
import org.springframework.test.context.junit4.SpringRunner; |
|
|
|
|
|
|
|
|
|
|
|
import java.util.ArrayList; |
|
|
|
|
|
import java.util.Collections; |
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
@SpringBootTest |
|
|
@SpringBootTest |
|
|
@RunWith(SpringRunner.class) |
|
|
@RunWith(SpringRunner.class) |
|
|
public class TestOther { |
|
|
public class TestOther { |
|
|
@ -20,7 +24,5 @@ public class TestOther { |
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|
public void Test() { |
|
|
public void Test() { |
|
|
JSONObject a = qyWxOperationService.getApprovalTemplateInfo("ecf4063aa615d97e7888e8a7232b2261", "C4RbNbd7KYKHGXimVTc5rkNdVWT92JURzoU4KTgbw"); |
|
|
|
|
|
System.out.println(JSONObject.toJSONString(a)); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|