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

Merge branch 'demo_bank_20231123' into test

......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论