소스 검색

Merge remote-tracking branch 'origin/master'

zhouger 7 달 전
부모
커밋
52ba7add97
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/kd/bos/login/utils/DemoSMSSender.java

+ 0 - 1
src/main/java/kd/bos/login/utils/DemoSMSSender.java

@@ -168,7 +168,6 @@ public class DemoSMSSender implements SMSSender {
                 int index = responseJson.indexOf("<?xml");
                 responseJson = responseJson.substring(index);
             }
-
             JSONObject jsonObject = XML.toJSONObject(responseJson);
             client.close();
             return jsonObject;