Class: iManagerServiceBase

iManagerServiceBase

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

new SuperMap.iManagerServiceBase(url)

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

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

Methods

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

common/iManager/iManagerServiceBase.js, line 18

发送请求。

Name Type Description
url string

请求url。

method string

请求类型。

requestOptions Object

请求选项。

param Object

请求参数。

Returns:
Type Description
Promise Promise对象。