update
parent
dc00b85dba
commit
cc3abc2bcf
|
@ -55,7 +55,7 @@ f1('/get_list', {body: {page: 1}})
|
|||
|
||||
### APIs
|
||||
|
||||
1. fetch(url[, options<Object>])
|
||||
#### 1. fetch(url[, options<Object>])
|
||||
发起一个网络请求, options的参数如下。 同时支持配置公共域名, 公共参数。
|
||||
|
||||
+ method<String> 默认GET, 可选GET/POST/PUT/DELETE...
|
||||
|
@ -82,7 +82,7 @@ fetch.inject.response(function(res) {
|
|||
```
|
||||
|
||||
|
||||
2. fetch.create([BASE_URL][, options<Object>])
|
||||
#### 2. fetch.create([BASE_URL][, options<Object>])
|
||||
创建一个新的fetch实例
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in New Issue