uniapp中加入腾讯云智服小程序插件

在腾讯云智服申请账号后,联系客户审核,审核通过后

可以参见使用手册:https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx738958e0f4c894f9&token=1721873963&lang=zh_CN

上面是在小程序开发工具中这样弄,如果是uniapp,还是有一些区别的

1,打开mainifest.json,在源码视图中,添加代码

"plugins": {
"myPlugin": {
"version": "1.1.0",
"provider": "wx738958e0f4c894f9"
}
},

2,在要使用的页面中引用组件

 3,新建空白页面,使用插件

 4,效果如图

原文地址:https://www.cnblogs.com/sharestone/p/14133800.html