天翼 and 移动文件排序
This commit is contained in:
parent
7b3c2b9c08
commit
b07d368154
|
|
@ -57,7 +57,7 @@ public class TianyiApi {
|
||||||
}
|
}
|
||||||
if (!isCookieValid()) {
|
if (!isCookieValid()) {
|
||||||
SpiderDebug.log("CookieJar不合法,请重新登录");
|
SpiderDebug.log("CookieJar不合法,请重新登录");
|
||||||
tianYiHandler.startScan();
|
// tianYiHandler.startScan();
|
||||||
}
|
}
|
||||||
getUserSizeInfo();
|
getUserSizeInfo();
|
||||||
this.sessionKey = getUserBriefInfo();
|
this.sessionKey = getUserBriefInfo();
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ public class YunDrive {
|
||||||
String cacheKey = linkID + "-" + pCaID;
|
String cacheKey = linkID + "-" + pCaID;
|
||||||
if (cache.containsKey(cacheKey)) return cache.get(cacheKey);
|
if (cache.containsKey(cacheKey)) return cache.get(cacheKey);
|
||||||
|
|
||||||
Map<String, Object> requestBody = Map.of("getOutLinkInfoReq", Map.of("account", "", "linkID", linkID, "passwd", "", "caSrt", 0, "coSrt", 0, "srtDr", 1, "bNum", 1, "pCaID", pCaID, "eNum", 200), "commonAccountInfo", Map.of("account", "", "accountType", 1));
|
Map<String, Object> requestBody = Map.of("getOutLinkInfoReq", Map.of("account", "", "linkID", linkID, "passwd", "", "caSrt", 1, "coSrt", 1, "srtDr", 0, "bNum", 1, "pCaID", pCaID, "eNum", 200), "commonAccountInfo", Map.of("account", "", "accountType", 1));
|
||||||
|
|
||||||
|
|
||||||
OkResult okResult = OkHttp.post(baseUrl + "getOutLinkInfoV6", encrypt(Json.toJson(requestBody)), baseHeaders);
|
OkResult okResult = OkHttp.post(baseUrl + "getOutLinkInfoV6", encrypt(Json.toJson(requestBody)), baseHeaders);
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
35779f941df038cdb78a3ca45bdfe22b
|
cd9a4486101f83a38951a42db15eb5d6
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://androidcatvodspider.netlify.app/jar/custom_spider.jar;md5;35779f941df038cdb78a3ca45bdfe22b",
|
"spider": "https://androidcatvodspider.netlify.app/jar/custom_spider.jar;md5;cd9a4486101f83a38951a42db15eb5d6",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "电视直播",
|
"name": "电视直播",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://androidcatvodspider.netlify.app/jar/custom_spider.jar;md5;35779f941df038cdb78a3ca45bdfe22b",
|
"spider": "https://androidcatvodspider.netlify.app/jar/custom_spider.jar;md5;cd9a4486101f83a38951a42db15eb5d6",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播ipv6",
|
"name": "直播ipv6",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://androidcatvodspider.netlify.app/jar/custom_spider.jar;md5;35779f941df038cdb78a3ca45bdfe22b",
|
"spider": "https://androidcatvodspider.netlify.app/jar/custom_spider.jar;md5;cd9a4486101f83a38951a42db15eb5d6",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播ipv6",
|
"name": "直播ipv6",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue