REST 访问上下文。

interface RestContext {
    restBaseUrl: string;
    appKey: string;
    userId: string;
    token: string;
    clientResource: string;
}

Properties

restBaseUrl: string

REST 基础地址。

appKey: string

当前应用的 appKey。

userId: string

当前登录用户 ID。

token: string

当前登录 token。

clientResource: string

当前连接的设备资源标识。