Release v1.0.0 #345
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class Request {
|
|||
try {
|
||||
JSONObject data = json.getJSONObject("data");
|
||||
JSONObject response1 = data.getJSONObject("response");
|
||||
return response1.toString().replace("{\"url\":\"", "").replace("\"}", "");
|
||||
return response1.getString("url");
|
||||
} catch (Exception ignore) {
|
||||
return json.getString("url");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue