🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 小程序直播 #### 小程序直播组件是微信给开发者提供的实时视频直播工具,可以帮助开发者快速通过小程序向用户提供优质的直播内容,在小程序内流畅完成购买交易闭环,提升转化率; #### 小程序直播组件包括观众端、主播端及后台管理端,其中观众端提供拉流、实时互动、订阅提醒、商品购买等能力,主播端提供开播、推流、音视频效果优化等能力,后台管理端则负责直播房间、商品货架以及营销活动配置等。 ## 1.直播开通条件 ![](https://img.kancloud.cn/2f/ca/2fca2ee41948033dd6f1ee2e65cd3fbe_1080x1920.png) ## 2.直播页面展示: ![](https://img.kancloud.cn/24/86/248652cb9d81a7b9de0f2ee0658f81a3_717x758.png) #### 直播间列表 ![](https://img.kancloud.cn/97/2d/972d9d84ed43a6b234064da2469e3789_523x933.png) #### 回放 ![](https://img.kancloud.cn/7c/8b/7c8bc3aa572e3512ace5c26ea6ce73ef_539x939.png) ## 3.具体使用:[官方链接](https://res.wx.qq.com/mmbizwxampnodelogicsvr_node/dist/images/help_0f7865.pdf) 首先登陆微信公众平台-小程序后台-去创建直播间 ![](https://img.kancloud.cn/8a/8c/8a8c2f741a027f6a35aa5c858424d566_807x459.png) ![](https://img.kancloud.cn/8d/2c/8d2cef5dc94bfc594aafcf159ef2d38e_813x468.png) ![](https://img.kancloud.cn/8d/a6/8da6c9868585356665f9306dcbb6f785_817x461.png) ![](https://img.kancloud.cn/07/5b/075b45c1eb0bb6d3a6c503ad11449682_817x468.png) ![](https://img.kancloud.cn/80/eb/80eb7a5ad3c0d5346788057cfd900462_813x468.png) ![](https://img.kancloud.cn/a0/50/a05053b90f8e2616ed4d96353f90ac0a_804x464.png) ![](https://img.kancloud.cn/99/07/9907db90dba61a40604b8c2fead92c9b_803x455.png) ![](https://img.kancloud.cn/8d/d0/8dd03056ada309265d9c5a0b4acf1da0_812x456.png) ![](https://img.kancloud.cn/8b/ab/8bab7ebee0f91319402082e0b7ba5084_805x453.png) ![](https://img.kancloud.cn/e6/aa/e6aad7b8df40859e87372a6436853177_812x458.png) ![](https://img.kancloud.cn/15/46/1546b351d385b0e59abcae77393ced3b_809x459.png) ![](https://img.kancloud.cn/b2/4b/b24b4496a84f82e474642b0e82a1db68_807x903.png) ## 4.商城使用手册: #### 1.首先登录直播 #### 2.登陆后台-店铺管理-内容管理-直播间列表获取直播间列表跟直播间id ![](https://img.kancloud.cn/59/09/59090349368704965d116e4b52d7f668_1034x803.png) #### 3.在想使用的地方设置连接 ![](https://img.kancloud.cn/82/1f/821f499aa28435157ef11e24a33f67db_862x676.png) 其中详情填写的是直播间列表中的房间id ![](https://img.kancloud.cn/21/e4/21e46f3147d023a69296d13c921b79df_554x446.png) #### 4.发布小程序:登陆微信小程序-直播插件-勾选之后发布 ![](https://img.kancloud.cn/0f/3f/0f3fb4a444c2659f48fd236412a03bca_1616x562.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**