merge upstream
This commit is contained in:
@ -22,7 +22,7 @@ const request = (options) => {
|
||||
.map(key => `${encodeURIComponent(key)}=${encodeURIComponent(options.data[key])}`)
|
||||
.join('&');
|
||||
url += `?${params}`;
|
||||
}
|
||||
}
|
||||
|
||||
const config = {
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user