东东超市添加 开店铺会员卡得蓝币任务(假入会)
This commit is contained in:
@@ -55,8 +55,8 @@ const JD_API_HOST = 'https://car-member.jd.com/api/';
|
|||||||
if (cookiesArr[i]) {
|
if (cookiesArr[i]) {
|
||||||
cookie = cookiesArr[i];
|
cookie = cookiesArr[i];
|
||||||
$.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1])
|
$.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1])
|
||||||
console.log(`京东账号${i}`)
|
|
||||||
$.index = i + 1;
|
$.index = i + 1;
|
||||||
|
console.log(`京东账号${$.index} ${$.UserName}`)
|
||||||
$.isLogin = true;
|
$.isLogin = true;
|
||||||
$.nickName = '';
|
$.nickName = '';
|
||||||
message = '';
|
message = '';
|
||||||
|
Reference in New Issue
Block a user