export const openService = () => {
// #ifdef MP-WEIXIN
wx.openCustomerServiceChat({
extInfo: {url: 'https://work.weixin.qq.com/xxx/xxx'},
corpId: 'wwgea31459f05b38a34',
success(res) {
},
complete(res) {
console.log("openCustomerServiceChat complete = ", res)
}
})
// #endif
}