Update ddsy_songyao.js

This commit is contained in:
smallfawn 2023-12-20 14:23:31 +08:00 committed by GitHub
parent 02bb8af75f
commit 2e923ed4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);