Skip to content

ppagent / IWCOASourceOptions

Interface: IWCOASourceOptions

Defined in: src/source/wcoa.source.ts:81

一个source可以有多个实例,比如不同的api地址,由用户配置

Extends

Properties

aesKey

aesKey: string

Defined in: src/source/wcoa.source.ts:85


apiBase?

optional apiBase: string

Defined in: src/source/wcoa.source.ts:86


appId

appId: string

Defined in: src/source/wcoa.source.ts:82


appSecret

appSecret: string

Defined in: src/source/wcoa.source.ts:83


autoReLogin?

optional autoReLogin: boolean

Defined in: src/source/source.ts:15

离线后是否自动重新请求登陆,默认false

Inherited from

ISourceOptions.autoReLogin


instanceName?

optional instanceName: string

Defined in: src/instance.base.manager.ts:10

用来区分不同实例的全局唯一key

Inherited from

ISourceOptions.instanceName


token

token: string

Defined in: src/source/wcoa.source.ts:84