Merge pull request #30 from admover/patch-3

Update test.ts
This commit is contained in:
XiaoDaiGua-Ray 2025-01-15 20:17:19 +08:00 committed by GitHub
commit ff0bcb5022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ interface JSONPlaceholder {
* *
* @returns * @returns
* *
* @medthod get * @method get
*/ */
export const getWeather = (city: string) => { export const getWeather = (city: string) => {
return request<AxiosTestResponse>({ return request<AxiosTestResponse>({