https problem

This commit is contained in:
2025-01-22 18:39:27 +08:00
parent 2e86f8b63b
commit b276500718

View File

@@ -82,7 +82,7 @@ const getUrl = (config: OpenAPIConfig, options: ApiRequestOptions): string => {
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
}