#import <AMapNaviOpenNetwrokProxyManager.h>
◆ getExtRequestParamByPath:
- (NSDictionary *) getExtRequestParamByPath: |
|
(NSString *) |
path |
|
|
optional |
开发者请根据实际情况返回对应的请求path是否需要携带参数,参数和数据放在URL中,需要注意携带的数据不易过多,且需要对key、value进行encode。since 10.0.1
- Parameters
-
- Returns
- 根据path返回需要携带的数据,没有需要携带的数据可返回nil,也可不实现。
◆ getHostByPath:
- (NSString *) getHostByPath: |
|
(NSString *) |
path |
|
|
optional |
通过path获取代理host,开发者需要保证host的合法性。since 10.0.1
- Parameters
-
◆ onResponseExtParam:repsoneStr:
- (void) onResponseExtParam: |
|
(NSString *) |
path |
repsoneStr: |
|
(NSString *) |
repsoneStr |
|
|
| |
|
optional |
通过path获取代理host。since 10.0.1
- Parameters
-
path | 网络请求的path |
repsoneStr | 服务返回的数据 |
The documentation for this protocol was generated from the following file: