Skip to content

Commit 2718c0d

Browse files
committed
Update kuaishou.js
1 parent 68ea121 commit 2718c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Task/kuaishou.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
更新时间: 2020-12-14 00:30
2+
更新时间: 2020-12-20 15:30
33
44
本脚本仅适用于快手双版本签到,注意正式版Cookie签到有时效性,但Cookie仍然可用于签到极速版,即正式版会掉签;极速版Cookie只能用于极速版
55
正式版APP获取Cookie方法:
@@ -111,7 +111,7 @@ function officialSign() {
111111
offici_code = officialSign_res.result
112112
if(offici_code == 100111){
113113
offic_sign = `签到结果: ${officialSign_res.error_msg}`;
114-
$.msg($.name,offic_sign,"")
114+
// $.msg($.name,offic_sign,"")
115115
logs?$.log(`错误信息: ${officialSign_res.error_msg}`):"";
116116
resolve()
117117
return
@@ -174,7 +174,7 @@ function speedSign() {
174174
speed_code = speed_res.result
175175
if(speed_code == 10007){
176176
speed_sign = `签到结果: ${speed_res.error_msg}`;
177-
//$.msg($.name,speed_sign,'');
177+
$.msg($.name,speed_sign,'');
178178
if(logs) $.log(`错误信息: ${speed_res.error_msg}`)
179179
$.done()
180180
} else if(speed_code == 10901){

0 commit comments

Comments
 (0)