xsy-breeze-ui-rpa > XRequestInterface
XRequestInterface interface
网络请求操作类
Signature:
export interface XRequestInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | { request: { param: { url: string; headers: object; payload?: any; method: string; searchParams?: any; }; return: any; }; } | |
| outports | {} |
