mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
fix
This commit is contained in:
parent
62655af55a
commit
d0dbf8ab79
@ -466,7 +466,7 @@ function scanMarket(type, body, cType = 'application/json') {
|
||||
method: "POST",
|
||||
data: body,
|
||||
credentials: "include",
|
||||
header: {"content-type": "application/json"}
|
||||
header: {"content-type": cType}
|
||||
}
|
||||
const url = "https:"+ taroRequest(opt)['url']
|
||||
if (cType === 'application/json') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user