修复秒秒币脚本 jd_ms.js

This commit is contained in:
lxk0301
2021-02-19 17:09:14 +08:00
parent 1f52fce7f0
commit 65f055b6fc

View File

@ -255,7 +255,7 @@ function taskPostUrl(function_id, body = {}, extra = '', function_id2) {
}
return {
url,
body: `functionId=${function_id}&body=${escape(JSON.stringify(body))}&client=wh5&clientVersion=9.3.2&${extra}`,
body: `functionId=${function_id}&body=${escape(JSON.stringify(body))}&client=wh5&clientVersion=1.0.0&${extra}`,
headers: {
"Cookie": cookie,
"origin": "https://h5.m.jd.com",