This commit is contained in:
Faker 2022-08-12 11:05:04 +08:00
parent e763c6bce4
commit 5c2fce7cd0
6 changed files with 191 additions and 129 deletions

View File

@ -30,18 +30,18 @@ const token = [
"A1577946DE409D3AC4B4FDCFF4681625",
"E0087463F85940305DCA705308208EBB",
"773D63918C47D32F33DDB2FB78C5820A",
"A4575EEAD847275FCB7FFD84D3E06653",
"35161A49032726A1A48E435DD2874114",
"F33A1D9D66CD2D5DDD1C4FDE085C4EC8",
"DA71409388CE531378225A6BBF96CDFE",
"47ACA3B503B829CA49AFC1A65093A549",
"FCE2BE8AD2AD8A8C98ED32D256EDD006",
"1D859C8496A1C222746B1474B34D7426",
"89EC96E44D386352EC5EC9F84B21CAAA",
"3ACBEC88453BD0AEC2B61FC7C59E5128",
"A6D7A29DB6C46B7D3F7CD6EC3AE110C6",
"F9E7DBB640BB2094C6A7755066DCE5CA",
"30D17316E31067004ED239DE9F121B0D",
"F7E1FFA5BF5930EAF5A015390451C5F6",
"A07B0E92FA199CB1EF432D315FFC5F62",
"D35923E942C11178C38BD29E783695B8",
"0711FD47931639CCEF919E64FF6DC89B",
"8C7A8DEAB8A6C8AC98EEE364EBB10F7A",
"8CC487234D54778E2F1C738C79B397BA",
"500B9537712BD828EFC8C4D036B9752A",
"D082916926793D99220819F05914C94F"

23
jd_fans.js Normal file

File diff suppressed because one or more lines are too long

17
jd_fcwb_help.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -12,8 +12,8 @@ print = partial(print, flush=True)
activatyname = '邀请赢大礼'
activityId = 'dVF7gQUVKyUcuSsVhuya5d2XD4F' # 活动类型
authorCode = '' # 活动id
invitePin = '' # pin 填写cookie后面的pin
authorCode = os.environ["prodev"] # 活动id
invitePin = os.environ["invitePin"] # pin 填写cookie后面的pin
activityUrl = f'https://prodev.m.jd.com/mall/active/{activityId}/index.html?code={authorCode}&invitePin={invitePin}'
# 随机ua

File diff suppressed because one or more lines are too long

10
jd_xm818.js Normal file

File diff suppressed because one or more lines are too long