@fay-react/lib
v0.0.1-alpha.40
Published
fay react lib
Maintainers
Readme
fay react lib
####工具库
Usage
npm i @fay-react/lib
fetch
import {get, put, post, remove, getJson, putJson, postJson, removeJson} from '@fay-react/lib/fetch';
get({path, data, headers, type});
put({path, data, headers, defaultQuery, type});
post({path, data, headers, type});
remove({path, data, headers, type});- getJson, putJson, postJson, removeJson对应get,put,post,remove的返回值转成JSON对象
