This commit is contained in:
Faker 2024-01-01 20:56:05 +08:00
parent ffac77657e
commit 9efe3aff2d
2 changed files with 13 additions and 3 deletions

View File

@ -2136,15 +2136,15 @@ function dwappinfo() {
}
function dwappexpire() {
let opt = {
url: `https://api.m.jd.com/api?functionId=DATAWALLET_USER_QUERY_EXPIRED_SCORE`,
url: `https://api.m.jd.com/api?functionId=DATAWALLET_USER_QUERY_EXPIRED_SCORE&appid=h5-sep&body=%7B%22expireDayNum%22%3A7%7D&client=m&clientVersion=6.0.0`,
headers: {
'Origin':'https://prodev.m.jd.com',
'User-Agent': $.UA,
'Cookie': cookie
}
}
return new Promise(async (resolve) => {
$.get(opt, async (err, resp, data) => {
$.post(opt, async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)

10
jd_jlong.js Normal file

File diff suppressed because one or more lines are too long