add - yisoop

This commit is contained in:
yangqiang3504
2022-09-08 17:07:31 +08:00
parent c63632044f
commit 38e7128c4b
2 changed files with 2 additions and 12 deletions
@@ -810,16 +810,6 @@ public class PushAgent extends Spider {
result.put("playUrl", "");
result.put("url", url);
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();
case "4K原画": {
split = id.split("\\+");
@@ -277,7 +277,7 @@ public class Misc {
return regexStr;
}
public static String tip(){
String text = btype + type + refreshToken;
return text;
//String text = btype + type + refreshToken;
return "";
}
}