mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-16 23:09:38 +08:00
Update ddsy_songyao.js
This commit is contained in:
@@ -72,8 +72,8 @@ class UserInfo {
|
||||
result = await httpRequest(options);
|
||||
//console.log(options);
|
||||
result = result.replace(`Zepto${callbackStr}`, "")
|
||||
result = result.replace("(", "")
|
||||
result = result.replace(")", "")
|
||||
result = result.replaceAll("(", "")
|
||||
result = result.replaceAll(")", "")
|
||||
result = JSON.parse(result)
|
||||
if(result.code = "0"){
|
||||
console.log(result.result.signDayVo.signinId);
|
||||
|
||||
Reference in New Issue
Block a user