This commit is contained in:
lxk0301
2020-12-09 18:16:49 +08:00
parent 91bdcb573b
commit b81f99eec9

View File

@ -414,7 +414,7 @@ function taskUrl(function_id, body = {}) {
'cache-control': 'no-cache',
"origin": "https://starsingle.m.jd.com",
'Content-Type': 'application/x-www-form-urlencoded',
'dnt': 1,
'dnt': '1',
'pragma': 'no-cache',
'referer': 'https://starsingle.m.jd.com/static/index.html',
'timestamp': `${t}`,
@ -437,7 +437,7 @@ function taskPostUrl(body = "{}", functionId = 'doTask') {
'cache-control': 'no-cache',
"origin": "https://starsingle.m.jd.com",
'Content-Type': 'application/x-www-form-urlencoded',
'dnt': 1,
'dnt': '1',
'pragma': 'no-cache',
'referer': 'https://starsingle.m.jd.com/static/index.html',
'timestamp': `${t}`,