fix
This commit is contained in:
@@ -466,7 +466,7 @@ function scanMarket(type, body, cType = 'application/json') {
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
data: body,
|
data: body,
|
||||||
credentials: "include",
|
credentials: "include",
|
||||||
header: {"content-type": "application/json"}
|
header: {"content-type": cType}
|
||||||
}
|
}
|
||||||
const url = "https:"+ taroRequest(opt)['url']
|
const url = "https:"+ taroRequest(opt)['url']
|
||||||
if (cType === 'application/json') {
|
if (cType === 'application/json') {
|
||||||
|
Reference in New Issue
Block a user