diff --git a/docs/api/request.md b/docs/api/request.md index 5cdd59a311fd99d6afa2130bc825734926a96d47..99bc8d0979c0f5c8ead55b17d307bb20b642bfd0 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -21,6 +21,8 @@ uni.request(options) ``` * uni.request()暂未支持Promise,返回值是RequestTask。 +* web端request接口目前没有返回UTSJSONObject类型数据而是一个普通对象,后续可能会调整为UTSJSONObject类型,如需兼容多端可以使用下标获取request返回的数据内容。 +* web端request接口目前不支持创建传入的泛型的实例