WF开放平台

开放能力客服

打开 APP 客服会话。用户消息进统一「客服消息」;商家用「客服小助手」回复。

接口

方法WF.openCustomerServiceChat(opt) 别名 WF.openCustomerService
兼容wx.openCustomerServiceChat
参数一般传空对象;当前小程序 appId 由打开环境自动带上
回调success fail

示例

WF.openCustomerServiceChat({
  success: function () {},
  fail: function (e) { console.log(e.errMsg) }
})

说明