File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments