一、取得音樂資源
百度有個音樂接口,
http://box.zhangmen.baidu.com/x?op =12&count=1&title=大約在冬季$$齊秦$$$$
返回結果為
This XML file does not appear to have any style information associated with it. The document tree is shown below.<result><count>1</count><url><encode></encode><decode></decode><type>8</type><lrcid>14706</lrcid><flag>1</flag></url><durl><encode></encode><decode></decode><type>8</type><lrcid>14706</lrcid><flag>1</flag></durl><p2p><hash>d1cae9f7634c5aa3d54d7b1b1ad4c5b79b6e97ff</hash><url></url><type>mp3</type><size>5710896</size><bitrate>192</bitrate></p2p></result>
二、與微信對接
音樂訊息格式如下
#參數 描述
ToUserName 接收方帐号(收到的OpenID) FromUserName 开发者微信号 CreateTime 消息创建时间 MsgType music MusicUrl 音乐链接 HQMusicUrl 高质量音乐链接,WIFI环境优先使用该链接播放音乐 FuncFlag 位0x0001被标志时,星标刚收到的消息。
#三、核心程式實作
四、效果示範需要新增微信公眾帳號方倍工作室,可以看到相關使用說明
<span style="color: #000000;">1. 发送“点歌”加歌名,如“点歌最炫民族风”,返回指定的歌曲。<br></span>
歌曲在WIFI環境中播放很流暢,有很好地體驗。
這是點歌成功的介面
#這是最上邊欄時的顯示 ###############這是音樂播放介面################### ######更多微信公眾平台訊息介面開發線上點歌/線上音樂相關文章請關注PHP中文網! ###