名称 | 类型 | 必选项 | 阐明 |
method | RequestMethod(罗列) | 否 | 请求方式 |
extraData | string | Object | ArrayBuffer(API8以后) | 否 | 发送请求的额外数据,用于http请求的POST、PUT方法 |
expectDataType | HttpDataType(罗列) | 否 | 指定返回数据的类型,假如指定了,将优先返回指定的类型 |
useingCache(API9之后) | boolean | 否 | 是否使用缓存,默认为true |
priority(API9后) | number | 否 | 优先级,取值为[1,1000],默认为1 |
header | Object | 否 | http请求头字段,默认为{‘Content-Type’:'application/json'} |
redTimeout | number | 否 | 读取超时时间,单位ms,设置为0时表示不会出现超时情况 |
connectTimeout | number | 否 | 连接超时时间,单位ms |
usingProtocol(API9之后) | HttpProtocol(罗列) | 否 | 使用的http协议,默认值由体系指定 |
名称 | 类型 | 阐明 |
result | string | Object | ArrayBuffer(API6之后) | HTTP请求根据响应头中Content-type类型返回对应的响应格式内容 |
resultType(API 9之后) | HttpDataType(罗列) | 返回值类型 |
responseCode | ResponseCode | number | 回调函数执行乐成时,此字段为ResponseCode。若执行失败,错误码会从AsyncCallback中的err字段返回 |
header | Object | http请求返回的响应头 |
欢迎光临 ToB企服应用市场:ToB评测及商务社交产业平台 (https://dis.qidao123.com/) | Powered by Discuz! X3.4 |