Skip to content

Commit

Permalink
Update jd_wish.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asd920 authored Nov 26, 2021
1 parent 0d276b4 commit 3527fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jd_wish.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ let message = '', allMessage = '';
//IOS等用户直接用NobyDa的jd cookie
let cookiesArr = [], cookie = '';
const JD_API_HOST = 'https://api.m.jd.com/client.action';
let appIdArr = ['1E1NXxq0', '1FFRWxaY', '1FFVQyqw', '1FFdSxqw'];
let appNameArr = ['众筹许愿池', '荣耀钞能力', '1111点心动', '焕新带电生活'];
let appIdArr = ['1E1NXxq0', '1FFVQyqw'];
let appNameArr = ['众筹许愿池', '1111点心动'];
let appId, appName;
$.shareCode = [];
if ($.isNode()) {
Expand Down

0 comments on commit 3527fa1

Please sign in to comment.