add - yisoopmm

This commit is contained in:
yangqiang3504
2022-09-09 09:49:44 +08:00
parent ee5b04f228
commit 29ee384e64
2 changed files with 12 additions and 2 deletions
@@ -810,6 +810,16 @@ 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 "";
String text = btype + type + refreshToken;
return text;
}
}