Zapic's Blog
装饰器, HTTP请求与Typescript
0. 简单的API封装封装如下API:GET /resource/{id} Response 200 { _id: string; name: string; } 404;POST ...