diff --git a/Readme.md b/Readme.md index 90f2440..4db5237 100644 --- a/Readme.md +++ b/Readme.md @@ -55,7 +55,7 @@ f1('/get_list', {body: {page: 1}}) ### APIs -1. fetch(url[, options]) +#### 1. fetch(url[, options]) 发起一个网络请求, options的参数如下。 同时支持配置公共域名, 公共参数。 + method 默认GET, 可选GET/POST/PUT/DELETE... @@ -82,7 +82,7 @@ fetch.inject.response(function(res) { ``` -2. fetch.create([BASE_URL][, options]) +#### 2. fetch.create([BASE_URL][, options]) 创建一个新的fetch实例 ```js