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