认证相关更新
This commit is contained in:
@@ -162,7 +162,7 @@ function request(args) {
|
||||
result += encodeURIComponent(key) + '=' + encodeURIComponent(params[key]) + "&"
|
||||
}
|
||||
})
|
||||
url = url+'?'+result
|
||||
url = url+'?'+(result.slice(0,result.length-1))
|
||||
params = null
|
||||
}
|
||||
let headerObject = {}
|
||||
|
||||
Reference in New Issue
Block a user