Skip to content

Commit

Permalink
Update jd_factory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hajiuhajiu authored Mar 7, 2021
1 parent ecbb1d4 commit 6511166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd_factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if ($.isNode()) {
}
let wantProduct = ``;//心仪商品名称
const JD_API_HOST = 'https://api.m.jd.com/client.action';
const inviteCodes = ["T0124KQ2GkdM81PfCjVWnYaS5kRrbA","T019-ak0PWRKgCO3W02JyLYCjVWnYaS5kRrbA","T019-aksBmRfkjSreH-R1YQCjVWnYaS5kRrbA"];
const inviteCodes = ["T0124KQ2GkdM81PfCjVWnYaS5kRrbA@T019-ak0PWRKgCO3W02JyLYCjVWnYaS5kRrbA@T019-aksBmRfkjSreH-R1YQCjVWnYaS5kRrbA"];
!(async () => {
await requireConfig();
if (!cookiesArr[0]) {
Expand Down

0 comments on commit 6511166

Please sign in to comment.