|
@@ -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);
|