From 65f055b6fc25b11bdf857aad7fdc8fcfd049da13 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Fri, 19 Feb 2021 17:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=92=E7=A7=92=E5=B8=81?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=20jd=5Fms.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_ms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_ms.js b/jd_ms.js index 342097bc..89af619f 100644 --- a/jd_ms.js +++ b/jd_ms.js @@ -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",