This commit is contained in:
lxk0301
2021-02-20 00:36:24 +08:00
parent 0ccfd07ac4
commit 452c78c411

View File

@@ -562,7 +562,7 @@ function followShop(shopId) {
method: "POST",
data: body,
credentials: "include",
header: {"application/x-www-form-urlencoded"}
header: {"content-type":"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) => {