mirror of
https://github.com/zjk2017/ArcadiaScriptPublic.git
synced 2025-12-17 15:34:35 +08:00
Update 爱玛会员俱乐部.js
This commit is contained in:
@@ -88,7 +88,7 @@ async function signInSearch() {
|
||||
};
|
||||
let { data: result } = await Request(config)
|
||||
if (result.code == 200) {
|
||||
if (result.content.signed !== 1) {
|
||||
if (result.content.signStatus !== 1) {
|
||||
$.log(`未签到 ===> 签到ing`)
|
||||
await signInJoin()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user