Fix ali qrcode
This commit is contained in:
parent
71ea624eec
commit
e01b77c6f3
|
|
@ -304,7 +304,7 @@ public class Ali {
|
|||
JsonObject params = new JsonObject();
|
||||
params.addProperty("t", data.getData().getT());
|
||||
params.addProperty("ck", data.getData().getCk());
|
||||
Data result = Data.objectFrom(OkHttpUtil.postJson("https://easy-token.cooluc.com/ck", params.toString()));
|
||||
Data result = Data.objectFrom(OkHttpUtil.postJson("https://easy-token.cooluc.com/ck", params.toString(), headers));
|
||||
if (result.hasToken()) setToken(result.getData().getRefreshToken());
|
||||
}, 1, 1, TimeUnit.SECONDS);
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
e3b236416ca6f34b41aeca2c83809837
|
||||
8329684ff36b27bdf5970adf458e8d1e
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e3b236416ca6f34b41aeca2c83809837",
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8329684ff36b27bdf5970adf458e8d1e",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"lives": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e3b236416ca6f34b41aeca2c83809837",
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8329684ff36b27bdf5970adf458e8d1e",
|
||||
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
||||
"lives": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue