https problem

This commit is contained in:
philipcheung 2025-01-22 18:39:27 +08:00
parent 2e86f8b63b
commit b276500718
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const getUrl = (config: OpenAPIConfig, options: ApiRequestOptions): string => {
let url = config.BASE + path let url = config.BASE + path
//url = url.replace(/^http:\/\//i, 'https://') url = url.replace(/^http:\/\//i, 'https://')
return options.query ? url + getQueryString(options.query) : url return options.query ? url + getQueryString(options.query) : url
} }