提交 35411b20 authored 作者: aiqingguo's avatar aiqingguo

易付通

上级 9308c50e
...@@ -42,14 +42,14 @@ public class TempYftBankController { ...@@ -42,14 +42,14 @@ public class TempYftBankController {
@RequestMapping(value = "/test", method = RequestMethod.POST) @RequestMapping(value = "/test", method = RequestMethod.POST)
public Result<OrderChildLineStatisticsVO> test() throws Exception { public Result<OrderChildLineStatisticsVO> test() throws Exception {
test(); bankTest();
return Result.ok(); return Result.ok();
} }
public static void test(String[] args) throws Exception { public static void bankTest() throws Exception {
ClassPathResource classPathResource = new ClassPathResource("bank/config-nbbank.json"); ClassPathResource classPathResource = new ClassPathResource("bank/config-nbbank.json");
InputStream inputStream = null; InputStream inputStream = null;
try { try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论