fitch:提取小包装纸 源码
fitch-提取包装 用法 NPM npm i @fiizy/fitch 进口 import { Fitch } from '@fiizy/fitch' const apiService = new Fitch ( { baseURL : 'https://example.com' } ) apiService . get ( '/test-path' ) apiService . delete ( '/test-path' ) apiService . post ( '/test-path' , payload ) apiService . put ( '/test-path' ,
用户评论