提交 9438731e 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

Update request.md

上级 212b0274
...@@ -38,7 +38,7 @@ complete: () => { ...@@ -38,7 +38,7 @@ complete: () => {
const options: RequestOptions<Person> = ... const options: RequestOptions<Person> = ...
uni.request<Person>(options) uni.request<Person>(options)
``` ```
* app-android平台 uni.request()暂未支持Promise,返回值是RequestTask。 * app-android、app-ios平台 uni.request()暂未支持Promise,返回值是RequestTask。
* web平台 request接口在 4.01版本之前返回数据是一个普通对象,4.01起调整为UTSJSONObject类型 * web平台 request接口在 4.01版本之前返回数据是一个普通对象,4.01起调整为UTSJSONObject类型
* web平台 request接口目前不支持创建传入的泛型的实例 * web平台 request接口目前不支持创建传入的泛型的实例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册