We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d282a commit 0e80823Copy full SHA for 0e80823
1 file changed
dell1106.js
@@ -133,6 +133,8 @@ const presellInfoList=homeData.data.presellInfoVO.presellInfoList;
133
console.log(`此任务已做完,跳过`);
134
}
135
136
+ console.log('\n任务四:关注公众号,可能有问题');
137
+ await doPost(`${JD_API_HOST}/task/getPrize?t=${Date.now()}`,`id=0&activityId=${activeID}&type=4`);
138
139
140
function doPost(url, body) {
0 commit comments