快速开始
插件版本说明
插件注入检测
if (typeof window.relationOne !== 'undefined') {
console.log('Relation ONE is installed!');
}唤醒插件聊天页
参数
类型
说明
if (window.relationOne && window.relationOne.chat) {
window.relationOne.chat({
relationId: 'xxx-xxx-xxx',
userName: 'xxxx',
})
}Last updated