🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 1.首先登陆微信公众平台-小程序后台-去创建直播间 ![](https://img.kancloud.cn/ef/a3/efa307898df8a7f4308d8a471b24f9a5_807x459.png) ![](https://img.kancloud.cn/ab/a4/aba41b4da0d04cb59dc6df457cd4b477_813x468.png) ![](https://img.kancloud.cn/26/f9/26f966e87832202e064c722696ab486c_817x461.png) ![](https://img.kancloud.cn/7b/ab/7babaed9be753b9fde0c3d0e80c8e249_817x468.png) ![](https://img.kancloud.cn/cc/09/cc096f90ad27a5249998d880ceefe992_813x468.png) ![](https://img.kancloud.cn/06/9c/069ca188bb1698235367862aaae9a7ff_804x464.png) ![](https://img.kancloud.cn/68/cb/68cbdbb6e1fdcd1d70e0ecb82bac2901_803x455.png) ![](https://img.kancloud.cn/25/7b/257be5f0aa8fb0dfbef74a10cb102c3c_812x456.png) ![](https://img.kancloud.cn/8c/4c/8c4c87259c9e3b4f6fab1e41b66f6910_805x453.png) ![](https://img.kancloud.cn/10/d1/10d1ba7a0d8aee769a113338f1ec890a_812x458.png) ![](https://img.kancloud.cn/68/fe/68fed643fb3061230494ed57aa64f1df_809x459.png) ![](https://img.kancloud.cn/b4/5a/b45a04c97077bac4503c1c6b882ad3c6_807x903.png) ## 2.登陆后台-店铺管理-内容管理-直播间列表获取直播间列表跟直播间id ![](https://img.kancloud.cn/1a/c9/1ac9005eb927f635aca28da6bdde2b9f_1566x815.png) ## 3.在想使用的地方设置连接 ![](https://img.kancloud.cn/4d/7c/4d7cef90a3cae474149c854074e1b953_862x676.png) 其中详情填写的是直播间列表中的房间id ![](https://img.kancloud.cn/0b/b5/0bb5e073e2300b7a974fb554a63bc8f9_554x446.png) ## 4.发布小程序:登陆微信小程序-直播插件-勾选之后发布 ![](https://img.kancloud.cn/02/fb/02fb34ab8fdb2f7f9ab3963e55145293_1616x619.png) ## 5.添加商品: 使用特定商品链接pages/goods/goods.html?id=商品id 如果需要绑定特定分销商:pages/goods/goods.html?id=**商品id**&user\_id=**分销商id** 使用多商户商品链接:plugins/mch/goods/goods.html?mch\_id=**商户id**&id=**商品id** 如果需要绑定特定分销商 plugins/mch/goods/goods.html?mch\_id=**商户id**&id=**商品id**&user\_id=**分销商id**