Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Faker authored and Faker committed Jan 23, 2023
1 parent 6b3907c commit 4eba2c9
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 24 deletions.
11 changes: 0 additions & 11 deletions jd_ms.js

This file was deleted.

10 changes: 0 additions & 10 deletions jd_ms_reward.js

This file was deleted.

6 changes: 3 additions & 3 deletions jd_ppdt.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ if ($.isNode()) {
}
await xxx1();
await $.wait(500);
//await xxx2();
//await $.wait(500);
await xxx2();
await $.wait(500);
//await xxx4();
//await $.wait(500);
await xxx3();
Expand Down Expand Up @@ -105,7 +105,7 @@ async function xxx1() {
}
async function xxx2() {
let opt = {
url: `https://api.m.jd.com/api?functionId=superBrandDoTask&appid=ProductZ4Brand&client=wh5&t=1673920844810&body=%7B%22source%22%3A%22hall_1111%22%2C%22activityId%22%3A1012333%2C%22encryptProjectId%22%3A%222aZfauURe2aNSkpWhRgJYi2SgSJc%22%2C%22completionFlag%22%3A1%2C%22encryptAssignmentId%22%3A%223S59eXDjPwQAH4QbUkFjJg4KztmC%22%2C%22assignmentType%22%3A0%2C%22actionType%22%3A0%7D`,
url: `https://api.m.jd.com/api?functionId=superBrandDoTask&appid=ProductZ4Brand&client=wh5&t=1673920844810&body=%7B%22source%22%3A%22hall_1111%22%2C%22activityId%22%3A1012471%2C%22completionFlag%22%3A1%2C%22encryptProjectId%22%3A%223MhsbG1ZeDpqjoEaU2SEw38gdavD%22%2C%22encryptAssignmentId%22%3A%22379wQ992MFewWwiKrkfrNfmtbVwH%22%2C%22assignmentType%22%3A0%2C%22actionType%22%3A0%7D`,
headers: {
'Origin': 'https://prodev.m.jd.com',
'User-Agent': $.UA,
Expand Down
Loading

0 comments on commit 4eba2c9

Please sign in to comment.