소스 검색

付款代码

zoufan_kd 7 달 전
부모
커밋
ab4394605c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/fi/cas/opplugin/PayBillToolUtil.java

+ 1 - 1
src/main/java/fi/cas/opplugin/PayBillToolUtil.java

@@ -263,7 +263,7 @@ public class PayBillToolUtil {
             String responseJson = responseBuilder.toString();
             if(responseJson.indexOf("<?xml")>0){
                 int index = responseJson.indexOf("<?xml");
-                responseJson.substring(index);
+                responseJson = responseJson.substring(index);
             }
 
             JSONObject jsonObject = XML.toJSONObject(responseJson);