merge upstream

This commit is contained in:
2026-02-07 13:51:43 +08:00
2 changed files with 14 additions and 14 deletions

View File

@ -22,7 +22,7 @@ const request = (options) => {
.map(key => `${encodeURIComponent(key)}=${encodeURIComponent(options.data[key])}`)
.join('&');
url += `?${params}`;
}
}
const config = {
url: url,