new SuperMap.iPortalServiceBase(url, options)
common/iPortal/iPortalServiceBase.js, line 8
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
iPortal 服务地址。 |
||||||||||||||||
options |
Object |
可选参数。
|
Methods
-
request(method, url, param, requestOptions){Promise}
common/iPortal/iPortalServiceBase.js, line 29 -
子类统一通过该方法发送请求。
Name Type Default Description method
string 'GET' 可选 请求类型。
url
string 服务地址。
param
Object 请求参数。
requestOptions
Object 可选 fetch 请求配置项。
Returns:
Type Description Promise 返回包含请求结果的 Promise 对象。