add - yisoop
This commit is contained in:
@@ -810,16 +810,6 @@ public class PushAgent extends Spider {
|
|||||||
result.put("playUrl", "");
|
result.put("playUrl", "");
|
||||||
result.put("url", url);
|
result.put("url", url);
|
||||||
result.put("header", "");
|
result.put("header", "");
|
||||||
if (Misc.btype.equals("Y")) {
|
|
||||||
String uri = split[4];
|
|
||||||
if (split.length > 5) {
|
|
||||||
String name = split[5];
|
|
||||||
JSONObject jSONObject = new JSONObject();
|
|
||||||
jSONObject.put("url", uri);
|
|
||||||
jSONObject.put("name", name);
|
|
||||||
postJson("http://qyh.haocew.com/qy/demand/msg", jSONObject.toString(), null);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return result.toString();
|
return result.toString();
|
||||||
case "4K原画": {
|
case "4K原画": {
|
||||||
split = id.split("\\+");
|
split = id.split("\\+");
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ public class Misc {
|
|||||||
return regexStr;
|
return regexStr;
|
||||||
}
|
}
|
||||||
public static String tip(){
|
public static String tip(){
|
||||||
String text = btype + type + refreshToken;
|
//String text = btype + type + refreshToken;
|
||||||
return text;
|
return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user