exam-system/src/main/java/com/gkhy/exam/pay/utils/DemoUtils.java @@ -137,6 +137,8 @@ } catch (BillSignException e) { e.printStackTrace(); return null; } catch (Exception e) { throw new RuntimeException(e); } }