|
|
|
|
@ -89,6 +89,12 @@ public class Global { |
|
|
|
|
return getProxy(!dynamic) + "&from=catvod" + "&siteType=" + siteType + "&siteKey=" + siteKey + "&header=" + URLEncoder.encode(headers.stringify()) + "&url=" + URLEncoder.encode(url); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Keep |
|
|
|
|
@JSMethod |
|
|
|
|
public String js2Proxy(Boolean dynamic, Integer siteType, String siteKey, String url, JSObject headers, Boolean live) { |
|
|
|
|
return js2Proxy(dynamic, siteType, siteKey, url, headers) + "&live=" + live; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Keep |
|
|
|
|
@JSMethod |
|
|
|
|
public Object setTimeout(JSFunction func, Integer delay) { |
|
|
|
|
|