提交 e937e311 authored 作者: aiqingguo's avatar aiqingguo

易付通

Former-commit-id: 35411b20
上级 20af6dea
......@@ -42,14 +42,14 @@ public class TempYftBankController {
@RequestMapping(value = "/test", method = RequestMethod.POST)
public Result<OrderChildLineStatisticsVO> test() throws Exception {
test();
bankTest();
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");
InputStream inputStream = null;
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论