1
This commit is contained in:
@@ -565,7 +565,8 @@ public class JDUtil {
|
|||||||
* */
|
* */
|
||||||
String result = "";
|
String result = "";
|
||||||
if (Util.isNotEmpty(response)) {
|
if (Util.isNotEmpty(response)) {
|
||||||
if (response.getCode().equals("200")) {
|
if (response.getCode().equals("0") &&
|
||||||
|
response.getGetResult().getCode() == 200) {
|
||||||
result = response.getGetResult().getData().getShortURL();
|
result = response.getGetResult().getData().getShortURL();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user