feat(request): get & post 请求

This commit is contained in:
菲鸽
2024-02-01 15:21:36 +08:00
parent 58c6ebe870
commit e5732c36fb
7 changed files with 360 additions and 248 deletions

4
src/service/foo.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export type FooItem = {
id: string
name: string
}