修复readme语法

master
yutent 2024-05-06 18:25:59 +08:00
parent c286cdf2f2
commit 33e4ffd659
2 changed files with 2 additions and 2 deletions

View File

@ -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...

View File

@ -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...