From 0ccfd07ac4adae4ad8c7f3710fec08822f10f0c2 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sat, 20 Feb 2021 00:33:19 +0800 Subject: [PATCH] jd_joy.js --- jd_joy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_joy.js b/jd_joy.js index e7e1cbbb..539ef445 100644 --- a/jd_joy.js +++ b/jd_joy.js @@ -562,7 +562,7 @@ function followShop(shopId) { method: "POST", data: body, credentials: "include", - header: {"content-type": "application/json"} + header: {"application/x-www-form-urlencoded"} } const url = "https:"+ taroRequest(opt)['url'] $.post(taskPostUrl(url, body, reqSource, host,'application/x-www-form-urlencoded'), (err, resp, data) => {