update
This commit is contained in:
@@ -414,7 +414,7 @@ function taskUrl(function_id, body = {}) {
|
|||||||
'cache-control': 'no-cache',
|
'cache-control': 'no-cache',
|
||||||
"origin": "https://starsingle.m.jd.com",
|
"origin": "https://starsingle.m.jd.com",
|
||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
'Content-Type': 'application/x-www-form-urlencoded',
|
||||||
'dnt': 1,
|
'dnt': '1',
|
||||||
'pragma': 'no-cache',
|
'pragma': 'no-cache',
|
||||||
'referer': 'https://starsingle.m.jd.com/static/index.html',
|
'referer': 'https://starsingle.m.jd.com/static/index.html',
|
||||||
'timestamp': `${t}`,
|
'timestamp': `${t}`,
|
||||||
@@ -437,7 +437,7 @@ function taskPostUrl(body = "{}", functionId = 'doTask') {
|
|||||||
'cache-control': 'no-cache',
|
'cache-control': 'no-cache',
|
||||||
"origin": "https://starsingle.m.jd.com",
|
"origin": "https://starsingle.m.jd.com",
|
||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
'Content-Type': 'application/x-www-form-urlencoded',
|
||||||
'dnt': 1,
|
'dnt': '1',
|
||||||
'pragma': 'no-cache',
|
'pragma': 'no-cache',
|
||||||
'referer': 'https://starsingle.m.jd.com/static/index.html',
|
'referer': 'https://starsingle.m.jd.com/static/index.html',
|
||||||
'timestamp': `${t}`,
|
'timestamp': `${t}`,
|
||||||
|
Reference in New Issue
Block a user