目录
注册应用信息。
ww.register({
corpId: 'ww7ca4776b2a70000',
jsApiList: ['getExternalContact'],
getConfigSignature
})
属性 | 类型 | 默认值 | 必填 | 说明 | 最低版本 | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
corpId | string | 是 | 当前用户所属企业 ID | ||||||||||||||||||||||||||||||||||||||||||||||||||||
agentId | string / number | 否 | 当前第三方应用 AgentID | ||||||||||||||||||||||||||||||||||||||||||||||||||||
suiteId | string | 否 | 应用套件 ID | ||||||||||||||||||||||||||||||||||||||||||||||||||||
jsApiList | string[] | 否 | 需要使用的JS接口列表 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
openTagList | string[] | 否 | 需要使用的开放标签列表,例如['wx-open-launch-app'] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
getConfigSignature | Function | 否 | config 签名生成函数 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 url: string 用于生成签名的 URL 返回值 Object / Promise<Object>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
onConfigSuccess | Function | 否 | config 成功回调 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 res: Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
onConfigFail | Function | 否 | config 失败回调 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 res: Error / Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
onConfigComplete | Function | 否 | config 完成回调 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 res: Error / Object 可能为以下类型
或
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
getAgentConfigSignature | Function | 否 | agentConfig 签名生成函数 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 url: string 用于生成签名的 URL 返回值 Object / Promise<Object>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
onAgentConfigSuccess | Function | 否 | agentConfig 成功回调 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 res: Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
onAgentConfigFail | Function | 否 | agentConfig 失败回调 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 res: Error / Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
onAgentConfigComplete | Function | 否 | agentConfig 完成回调 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 res: Error / Object 可能为以下类型
或
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
getSuiteConfigSignature | Function | 否 | suiteConfig 签名生成函数 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 url: string 用于生成签名的 URL 返回值 Object / Promise<Object>
|
参数中的回调函数(如 getConfigSignature
、onConfigSuccess
等)调用时机由 JSSDK 自行控制,开发者无需关心具体的调用顺序。在非微信、企业微信内置浏览器的环境下,JSSDK 不会主动调用 getConfigSignature
回调。