From 53f026457a787424abee5139523a2a669341bac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E5=93=A5=E4=B8=B6?= Date: Mon, 21 Mar 2022 12:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_opencardL98.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_opencardL98.js b/jd_opencardL98.js index 320c0e6..baceef5 100644 --- a/jd_opencardL98.js +++ b/jd_opencardL98.js @@ -267,7 +267,7 @@ async function takePostRequest(type) { case 'followShop': url = `${domain}/dingzhi/womenWear/union/saveTask`; // url = `${domain}/dingzhi/dz/openCard/saveTask`; - body = `activityId=${$.activityId}&pin=${encodeURIComponent($.Pin)}&actorUuid=${$.actorUuid}` + body = `activityId=${$.activityId}&pin=${encodeURIComponent($.Pin)}&actorUuid=${$.actorUuid}&taskType=23&taskValue=1&` break; case 'sign': case 'addCart': @@ -433,7 +433,7 @@ async function dealReturn(type, data) { $.addSku = res.data.skuAddCart || false $.actorUuid = res.data.actorUuid || '' $.followShop = res.data.allFollowShop || '' - $.signStatus = res.data.signStatus || false + $.signStatus = res.data.skuVisitStatus || false }else if(res.errorMessage){ console.log(`${type} ${res.errorMessage || ''}`) }else{