jd_joy.js

This commit is contained in:
lxk0301
2021-02-20 00:33:19 +08:00
parent d63ea01491
commit 8beba2c8b0

View File

@@ -562,7 +562,7 @@ function followShop(shopId) {
method: "POST", method: "POST",
data: body, data: body,
credentials: "include", credentials: "include",
header: {"content-type": "application/json"} header: {"application/x-www-form-urlencoded"}
} }
const url = "https:"+ taroRequest(opt)['url'] const url = "https:"+ taroRequest(opt)['url']
$.post(taskPostUrl(url, body, reqSource, host,'application/x-www-form-urlencoded'), (err, resp, data) => { $.post(taskPostUrl(url, body, reqSource, host,'application/x-www-form-urlencoded'), (err, resp, data) => {