Class: iManagerServiceBase

SuperMap.iManagerServiceBase

iManager 服务基类(有权限限制的类需要实现此类)。

new SuperMap.iManagerServiceBase(url, options)

common/iManager/iManagerServiceBase.js, line 8
Name Type Description
url string

iManager 首页地址,如:http://localhost:8390/imanager。

options Object

服务参数。

Name Type Description
crossOrigin boolean 可选

是否允许跨域请求。

headers Object 可选

请求头。

Methods

request(url, method, requestOptions, param){Promise}

common/iManager/iManagerServiceBase.js, line 28

发送请求。

Name Type Default Description
url string

请求 URL。

method string 'GET' 可选

请求类型。

requestOptions Object 可选

请求选项。

param Object

请求参数。

Returns:
Type Description
Promise Promise 对象。