Update test.ts

拼写修正
This commit is contained in:
admover 2025-01-15 17:36:05 +08:00 committed by GitHub
parent 0bb707bba0
commit d3d98190a3
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>({