<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                ### 3.5.3 音樂點播 #### (1) 功能說明 音樂點播技能插件,支持按歌手、歌名、流派、場景、心情等點播音樂,返回最多包含20首歌曲的播放列表。目前音樂技能的數據主要融合網易和蝦米音樂,客戶可根據需求優先選擇特定數據源。 #### (2) 接口說明 **請求方法** * POST **請求地址** * [http://api.ruyi.ai/v1/message](http://api.ruyi.ai/v1/message) **請求參數說明** | 參數名 | 參數類型 | 是否必須 | 參數說明 | | :--- | :--- | :---: | :--- | | q | String | 是 | 自然語言表達,例如“我要聽五月天的歌”,"給我放首歌"等 | | app\_key | String | 是 | 應用開發者秘鑰,注冊開發者后臺賬號,建立虛擬助理后獲得 | | user\_id | String | 是 | 用戶唯一標識,便于支持個性化語義解析。建議開發者使用 UUID 字符,且不同用戶必須用不同的 user\_id,防止意圖串。 | #### (3) 返回說明 **返回參數說明** | 名稱 | 類型 | 說明 | | :--- | :--- | :--- | | code | Integer | 返回代碼 | | msg | String | 返回代碼描述 | | parameters | JSON Object | 解析到的實體以及服務說明 | | action | String | 服務的接口名稱 | | name | String | 匹配的意圖名稱 | | result | JSON Object | 接口返回內容 | | outputs | Array | 服務輸出結果,微信端使用 type 類型為 wechat 開頭的內容;硬件端收到所有內容,依據需求解析使用 | **返回代碼說明** | 返回代碼 | 錯誤類型 | 說明 | | :--- | :--- | :--- | | 0/200 | 成功 | 請求成功 | | 400 | 無效請求 | 某些必需參數缺失或參數值錯誤,詳見msg字段 | | 401 | 未授權 | 授權失敗,app\_key 缺失或錯誤 | | 403 | 請求被禁止 | 有效請求,但服務拒絕響應,請聯系contact@ruyi.ai | | 408 | 請求超時 | 請求響應超時,一般響應時間設置為2000ms以內 | | 429 | 短時間內大量訪問 | 短時間內請求數過多 | | 500 | 內部錯誤 | 服務處理異常 | | 503 | 服務不可用 | 服務異常或正在維護 | #### (4) 請求示例 **請求范例** _放首歌_ _我要聽舒緩的歌_ _放一首告白氣球_ _我要聽劉德華_ _我想聽鳳凰傳奇的最炫民族風_ _我要聽王菲和陳奕迅合唱的歌_ _我要聽搖滾樂_ _我要聽王菲的但愿人長久;換個鄧麗君唱的_ _有失戀的歌嗎_ **請求示例** (成功,蝦米資源,返回符合結果的20首歌的播放列表) * http://api.ruyi.ai/ruyi-api/v1/message?app\_key=APP\_KEY&user\_id=user0&q=我要聽劉德華的忘情水 返回結果 ``` { "code": 0, "msg": "ok", "result": { "_text": "我要聽劉德華的忘情水", "msg_id": "d140763a-fa95-4f71-97db-364f3bc31aba", "intents": [{ "parameters": { "musicGroupId1": "6e0d871e-5cba-313d-bc1f-f1fe92be74e0", "musicRecordingId": "e37a6b07-37d5-3437-93ee-6595be6690c3", "artistName1": "劉德華", "songName": "忘情水", "service": "music" }, "action": "歌手+歌曲", "name": "1-按歌手歌名組合點歌", "result": { "code": 200, "response": { "code": 0, "msg": "成功", "result": { "music_list": [{ "name": "忘情水", "xiami": "23764", "image": "http://img.xiami.net/images/album/img3/175/5836abb2ed13d_8772903_1479977906_1.jpg", "artist": "劉德華" }, { "name": "不在意", "xiami": "36931", "image": "http://img.xiami.net/images/album/img48/648/30141322792371_1.jpg", "artist": "劉德華" }, { "name": "多愁善感", "xiami": "23788", "image": "http://img.xiami.net/images/album/img48/648/29051433392855_1.jpg", "artist": "劉德華" }, { "name": "小丑", "xiami": "1769816697", "image": "http://img.xiami.net/images/album/img48/648/4063301468225531_1.jpg", "artist": "劉德華" }, { "name": "魔鬼的門徒", "xiami": "24871", "image": "http://img.xiami.net/images/album/img48/648/29871412749089_1.jpg", "artist": "劉德華" }, { "name": "不能融化的冰", "xiami": "374811", "image": "http://img.xiami.net/images/album/img48/648/29581411699118_1.jpg", "artist": "劉德華" }, { "name": "迷惑", "xiami": "374787", "image": "http://img.xiami.net/images/album/img48/648/30181387538840_1.jpg", "artist": "劉德華" }, { "name": "忘情水[98新編重唱]", "xiami": "375063", "image": "http://img.xiami.net/images/album/img48/648/29471472451309_1.jpg", "artist": "劉德華" }, { "name": "為我鼓掌", "xiami": "24219", "image": "http://img.xiami.net/images/album/img48/648/29311425631717.jpeg", "artist": "劉德華" }, { "name": "親愛的", "xiami": "1773925411", "image": "http://img.xiami.net/images/album/img48/648/19229652051422965205_1.jpg", "artist": "劉德華" }, { "name": "遺棄 ", "xiami": "374766", "image": "http://img.xiami.net/images/album/img48/648/30111387539451_1.jpg", "artist": "劉德華" }, { "name": "愛無知", "xiami": "24271", "image": "http://img.xiami.net/images/album/img48/648/29341436253893_1.jpg", "artist": "劉德華" }, { "name": "Rehearsal", "xiami": "374648", "image": "http://img.xiami.net/images/album/img48/648/29721413960446_1.jpg", "artist": "劉德華" }, { "name": "地球的心聲", "xiami": "1769937740", "image": "http://img.xiami.net/images/album/img48/648/4063301468225531_1.jpg", "artist": "劉德華" }, { "name": "繼續…", "xiami": "24396", "image": "http://img.xiami.net/images/album/img48/648/29421425631583.jpeg", "artist": "劉德華" }, { "name": "真我的風采 ", "xiami": "2127733", "image": "http://img.xiami.net/images/album/img69/7169/172202_1.jpg", "artist": "劉德華" }, { "name": "I Do", "xiami": "3518540", "image": "http://img.xiami.net/images/album/img48/648/3169191436253773_1.jpg", "artist": "劉德華,舒淇" }, { "name": "美人痛", "xiami": "374744", "image": "http://img.xiami.net/images/album/img66/48/58183788ef77e_2400066_1477982088_1.jpg", "artist": "劉德華" }, { "name": "Jenny 我不會", "xiami": "24589", "image": "http://img.xiami.net/images/album/img48/648/2960_1.jpg", "artist": "劉德華" }, { "name": "誰的心忘了收", "xiami": "1769638352", "image": "http://img.xiami.net/images/album/img48/648/29701425631561.jpeg", "artist": "劉德華" }], "msg": "ok" } }, "text": "為您播放【劉德華】的【忘情水】", "type": "dialog" }, "outputs": [{ "type": "wechat.text", "property": { "text": "為您播放【劉德華】的【忘情水】" } }, { "type": "dialog", "property": { "text": "為您播放【劉德華】的【忘情水】", "emotion": "calm" } }], "score": "1.0", "scoreColor": "c4", "is_match": 1, "id": "d6aac616-3f27-4eb1-aac8-7c6a74da976b" }], "meta_process_milliseconds": 168 } } ``` (成功,網易資源,返回符合結果的20首歌的播放列表) 返回結果 ``` { "code": 0, "msg": "ok", "result": { "_text": "我要聽劉德華的忘情水", "msg_id": "8566056e-9984-4d23-976a-594526236eb3", "intents": [{ "parameters": { "musicGroupId1": "6e0d871e-5cba-313d-bc1f-f1fe92be74e0", "musicRecordingId": "e37a6b07-37d5-3437-93ee-6595be6690c3", "artistName1": "劉德華", "songName": "忘情水", "service": "music" }, "action": "歌手+歌曲", "name": "1-按歌手歌名組合點歌", "result": { "code": 200, "response": { "code": 0, "msg": "成功", "result": { "music_list": [{ "name": "忘情水", "music163": "110740", "image": "http://p3.music.126.net/LRWWw0_d0wZWWicIKQIkfA==/65970697667341.jpg", "artist": "劉德華" }, { "name": "不在意", "music163": "113345", "image": "http://p4.music.126.net/l3v6oxxyCQlbXZHyuEZsGA==/706985976671979.jpg", "artist": "劉德華" }, { "name": "多愁善感", "music163": "27526253", "image": "http://p3.music.126.net/107iziz7elGtZbMja97XyQ==/5711962906359873.jpg", "artist": "劉德華" }, { "name": "小丑", "music163": "34586077", "image": "http://p4.music.126.net/eyYN9LMHq_0TH2mFuxr-zQ==/3289738790986243.jpg", "artist": "劉德華" }, { "name": "相依 相戀", "music163": "111937", "image": "http://p3.music.126.net/YA54XWfQ-2dYibsNSveHmQ==/119846767433327.jpg", "artist": "劉德華,陳嘉露" }, { "name": "魔鬼的門徒", "music163": "113196", "image": "http://p3.music.126.net/bdlQsBv3fOXvGMK-k90q5w==/79164837200574.jpg", "artist": "劉德華" }, { "name": "不能融化的冰", "music163": "111170", "image": "http://p3.music.126.net/-BHpBaApaUm1FysNhQq_Ww==/103354093016229.jpg", "artist": "劉德華" }, { "name": "ABCDE", "music163": "110810", "image": "http://p3.music.126.net/mm6rATcsvkRHygHxWZVcOQ==/50577534883053.jpg", "artist": "劉德華" }, { "name": "夏日FLESAT", "music163": "5256072", "image": "http://p3.music.126.net/TeoPnAtNwpoAIEZKt-BJ6w==/59373627916983.jpg", "artist": "劉德華" }, { "name": "如果看到她,請告訴我", "music163": "111423", "image": "http://p3.music.126.net/qJNREzavmwY8G3BI9RuuUg==/47278999999737.jpg", "artist": "劉德華" }, { "name": "もう一度抱きしめたい", "music163": "111185", "image": "http://p3.music.126.net/wdPv8mZiMeRXePK6nLys6Q==/111050674421867.jpg", "artist": "劉德華" }, { "name": "迷惑", "music163": "113516", "image": "http://p4.music.126.net/Uo6a2qSVGnSrvOG6DuSZZA==/631119674364613.jpg", "artist": "劉德華" }, { "name": "為我鼓掌", "music163": "110565", "image": "http://p3.music.126.net/05Lke1-JwDUiWDpKxOgMXg==/45079976739645.jpg", "artist": "劉德華" }, { "name": "親愛的", "music163": "112995", "image": "http://p4.music.126.net/CqeHxFBf4mLt3Bir1kLZ0A==/61572651167502.jpg", "artist": "劉德華" }, { "name": "愛無知", "music163": "110601", "image": "http://p4.music.126.net/JvA2znldXq-Js_aWZyUBfA==/575044581338899.jpg", "artist": "劉德華" }, { "name": "Rehearsal", "music163": "111663", "image": "http://p4.music.126.net/4CCpQShTnW5jyjp0VL_6zA==/64871186051389.jpg", "artist": "劉德華" }, { "name": "地球的心聲", "music163": "28152699", "image": "http://p4.music.126.net/fc2knfvhAOPRaxGWvnOo0g==/5770237022694259.jpg", "artist": "劉德華" }, { "name": "繼續…", "music163": "110819", "image": "http://p3.music.126.net/mm6rATcsvkRHygHxWZVcOQ==/50577534883053.jpg", "artist": "劉德華" }, { "name": "再說一次.我愛你", "music163": "109688", "image": "http://p4.music.126.net/4LDKWEY3zgF5O65zNd8HHQ==/80264348840427.jpg", "artist": "劉德華" }, { "name": "I Do", "music163": "27591307", "image": "http://p4.music.126.net/KJ9054hIMgQZhhYBt3BS5Q==/5691072185440427.jpg", "artist": "劉德華,舒淇" }], "msg": "ok" } }, "text": "為您播放【劉德華】的【忘情水】", "type": "dialog" }, "outputs": [{ "type": "wechat.text", "property": { "text": "為您播放【劉德華】的【忘情水】" } }, { "type": "dialog", "property": { "text": "為您播放【劉德華】的【忘情水】", "emotion": "calm" } }], "score": "1.0", "scoreColor": "c4", "is_match": 1, "id": "d6aac616-3f27-4eb1-aac8-7c6a74da976b" }], "meta_process_milliseconds": 670 } } ``` **請求示例** (失敗,蝦米資源,返回推薦20首歌的播放列表,同時結果中以字段code 404表示未搜索到符合條件的歌曲) * <http://api.ruyi.ai/ruyi-api/v1/message?app\_key=APP\_KEY&user\_id=user0&q=我要聽梁靜茹的稻香> 返回結果 ``` { "code": 0, "msg": "ok", "result": { "_text": "我要聽梁靜茹的稻香", "msg_id": "dfe6f540-2cb7-486b-91b6-416cd7d35b6f", "intents": [{ "parameters": { "musicGroupId1": "fde16ff3-7188-3484-a3bd-bc03f73625ce", "musicRecordingId": "8f83e6fd-6737-3199-87ac-a1794c8175a7", "artistName1": "梁靜茹", "songName": "稻香", "service": "music" }, "action": "歌手+歌曲", "name": "1-按歌手歌名組合點歌", "result": { "code": 200, "response": { "code": 0, "msg": "成功", "result": { "music_list": [{ "name": "找個人", "xiami": "3500263", "image": "http://img.xiami.net/images/album/img36/1836/3155111465810499_1.jpg", "artist": "梁靜茹" }, { "name": "我都知道", "xiami": "124119", "image": "http://img.xiami.net/images/album/img36/1836/100641383821953_1.jpg", "artist": "梁靜茹" }, { "name": "心電感應", "xiami": "1771128951", "image": "http://img.xiami.net/images/album/img36/1836/42791464958086_1.jpg", "artist": "梁靜茹" }, { "name": "寧夏", "xiami": "398337", "image": "http://img.xiami.net/images/album/img69/7169/333221472446288_1.jpg", "artist": "梁靜茹" }, { "name": "美麗人生", "xiami": "380296", "image": "http://img.xiami.net/images/album/img36/1836/100711363000518_1.jpg", "artist": "梁靜茹" }, { "name": "Whoever Finds This I Love You", "xiami": "380209", "image": "http://img.xiami.net/images/album/img36/1836/100721363000472_1.jpg", "artist": "梁靜茹" }, { "name": "K歌情人", "xiami": "387805", "image": "http://img.xiami.net/images/album/img89/389/325801395640471_1.jpg", "artist": "梁靜茹" }, { "name": "我是真的付出我的愛", "xiami": "124118", "image": "http://img.xiami.net/images/album/img36/1836/100641383821953_1.jpg", "artist": "梁靜茹,周華健" }, { "name": "中間", "xiami": "1773801843", "image": "http://img.xiami.net/images/album/img58/7158/18188787821418878782_1.jpg", "artist": "梁靜茹" }, { "name": "下一秒鐘", "xiami": "124100", "image": "http://img.xiami.net/images/album/img36/1836/100631383823147_1.jpg", "artist": "梁靜茹" }, { "name": "你還在不在", "xiami": "380298", "image": "http://img.xiami.net/images/album/img36/1836/100711363000518_1.jpg", "artist": "梁靜茹" }, { "name": "半個月亮", "xiami": "380254", "image": "http://img.xiami.net/images/album/img36/1836/100751465709891_1.jpg", "artist": "梁靜茹" }, { "name": "幸福的預感", "xiami": "380216", "image": "http://img.xiami.net/images/album/img36/1836/100721363000472_1.jpg", "artist": "梁靜茹" }, { "name": "直覺", "xiami": "1234163", "image": "http://img.xiami.net/images/album/img36/1836/610231437026273_1.jpg", "artist": "梁靜茹" }, { "name": "只能抱著你", "xiami": "395307", "image": "http://img.xiami.net/images/album/img31/63/58abd3c64b412_3193731_1487655878_1.jpg", "artist": "光良,梁靜茹" }, { "name": "我是愛你的", "xiami": "124268", "image": "http://img.xiami.net/images/album/img36/1836/100741383822439_1.jpg", "artist": "梁靜茹" }, { "name": "南海姑娘", "xiami": "124115", "image": "http://img.xiami.net/images/album/img36/1836/100641383821953_1.jpg", "artist": "梁靜茹" }, { "name": "兒歌", "xiami": "3500265", "image": "http://img.xiami.net/images/album/img36/1836/3155111465810499_1.jpg", "artist": "梁靜茹" }, { "name": "我喜歡", "xiami": "380217", "image": "http://img.xiami.net/images/album/img36/1836/100721363000472_1.jpg", "artist": "梁靜茹" }, { "name": "我不害怕", "xiami": "380297", "image": "http://img.xiami.net/images/album/img36/1836/100711363000518_1.jpg", "artist": "梁靜茹" }], "msg": "未搜索到相應歌曲", "code": 404 } }, "text": "未搜索到相應歌曲,為您推薦【梁靜茹】的【找個人】", "type": "dialog" }, "outputs": [{ "type": "wechat.text", "property": { "text": "未搜索到相應歌曲,為您推薦【梁靜茹】的【找個人】" } }, { "type": "dialog", "property": { "text": "未搜索到相應歌曲,為您推薦【梁靜茹】的【找個人】", "emotion": "happy" } }], "score": "1.0", "scoreColor": "c4", "is_match": 1, "id": "d6aac616-3f27-4eb1-aac8-7c6a74da976b" }], "meta_process_milliseconds": 184 } } ``` (失敗,網易資源,返回推薦20首歌的播放列表,同時結果中以字段code 404表示未搜索到符合條件的歌曲) 返回結果: ``` { "code": 0, "msg": "ok", "result": { "_text": "我要聽梁靜茹的稻香", "msg_id": "52b4a6b7-4da9-4a1d-9b7b-8bb36a527ac2", "intents": [{ "parameters": { "musicGroupId1": "fde16ff3-7188-3484-a3bd-bc03f73625ce", "musicRecordingId": "8f83e6fd-6737-3199-87ac-a1794c8175a7", "artistName1": "梁靜茹", "songName": "稻香", "service": "music" }, "action": "歌手+歌曲", "name": "1-按歌手歌名組合點歌", "result": { "code": 200, "response": { "code": 0, "msg": "成功", "result": { "music_list": [{ "name": "找個人", "music163": "254107", "image": "http://p3.music.126.net/qy5RFE6nJ45yfnJECPlooA==/36283883717788.jpg", "artist": "梁靜茹" }, { "name": "我都知道", "music163": "254082", "image": "http://p3.music.126.net/Xj5cE1PQz6fe5r78yQWPsg==/67070209307376.jpg", "artist": "梁靜茹" }, { "name": "心電感應", "music163": "254053", "image": "http://p4.music.126.net/vMnrAM2EONePwWhFhCoGsg==/131941395334085.jpg", "artist": "梁靜茹" }, { "name": "寧夏", "music163": "254083", "image": "http://p4.music.126.net/Xj5cE1PQz6fe5r78yQWPsg==/67070209307376.jpg", "artist": "梁靜茹" }, { "name": "美麗人生", "music163": "254345", "image": "http://p4.music.126.net/6SwAIJ_wbwhlreZnaRbHEg==/5834008696996307.jpg", "artist": "梁靜茹" }, { "name": "Whoever Finds This I Love You", "music163": "254380", "image": "http://p4.music.126.net/D_1YWUoLkD2OXey1DdJfrA==/30786325589795.jpg", "artist": "梁靜茹" }, { "name": "我是真的付出我的愛", "music163": "254234", "image": "http://p3.music.126.net/kgWbj5zK_kYEhCmjXrgY_g==/107752139534143.jpg", "artist": "梁靜茹,周華健" }, { "name": "情歌金曲", "music163": "28103380", "image": "http://p3.music.126.net/-a0TZOuOXBrZnfWKfDu3Yg==/3406287024083302.jpg", "artist": "梁靜茹" }, { "name": "敗犬標簽", "music163": "4872622", "image": "http://p3.music.126.net/qgLpl8TU17ENjI9cd1wb_A==/48378511639148.jpg", "artist": "梁靜茹" }, { "name": "中間", "music163": "254279", "image": "http://p3.music.126.net/dr9lwZeuTDjbVTDaz5K0zQ==/18796151278553471.jpg", "artist": "梁靜茹" }, { "name": "下一秒鐘", "music163": "254193", "image": "http://p3.music.126.net/FiofHIdZrsUqdA6rrXsYWg==/18906102439652722.jpg", "artist": "梁靜茹" }, { "name": "你還在不在", "music163": "254350", "image": "http://p3.music.126.net/6SwAIJ_wbwhlreZnaRbHEg==/5834008696996307.jpg", "artist": "梁靜茹" }, { "name": "寧夏 + 勇氣 + 在愛里等你 - live", "music163": "29932280", "image": "http://p3.music.126.net/S14YyURO1IOOnSjJkV0A4A==/2881819976558355.jpg", "artist": "梁靜茹" }, { "name": "半個月亮", "music163": "254487", "image": "http://p4.music.126.net/jvTQsP85pqCUUeuLuQT7TA==/39582418606104.jpg", "artist": "梁靜茹" }, { "name": "幸福的預感", "music163": "254402", "image": "http://p3.music.126.net/D_1YWUoLkD2OXey1DdJfrA==/30786325589795.jpg", "artist": "梁靜茹" }, { "name": "直覺", "music163": "254096", "image": "http://p3.music.126.net/19CSY865LBTVV6ZOEOBAUA==/122045790688915.jpg", "artist": "梁靜茹" }, { "name": "我是愛你的", "music163": "254464", "image": "http://p3.music.126.net/BIjmMDmL0Lc_VpPisVdyww==/81363860468148.jpg", "artist": "梁靜茹" }, { "name": "南海姑娘", "music163": "254228", "image": "http://p4.music.126.net/kgWbj5zK_kYEhCmjXrgY_g==/107752139534143.jpg", "artist": "梁靜茹" }, { "name": "花錢找男人!!??", "music163": "4872619", "image": "http://p3.music.126.net/qgLpl8TU17ENjI9cd1wb_A==/48378511639148.jpg", "artist": "梁靜茹" }, { "name": "兒歌", "music163": "254109", "image": "http://p3.music.126.net/qy5RFE6nJ45yfnJECPlooA==/36283883717788.jpg", "artist": "梁靜茹" }], "msg": "未搜索到相應歌曲", "code": 404 } }, "text": "未搜索到相應歌曲,為您推薦【梁靜茹】的【找個人】", "type": "dialog" }, "outputs": [{ "type": "wechat.text", "property": { "text": "未搜索到相應歌曲,為您推薦【梁靜茹】的【找個人】" } }, { "type": "dialog", "property": { "text": "未搜索到相應歌曲,為您推薦【梁靜茹】的【找個人】", "emotion": "happy" } }], "score": "1.0", "scoreColor": "c4", "is_match": 1, "id": "d6aac616-3f27-4eb1-aac8-7c6a74da976b" }], "meta_process_milliseconds": 558 } } ``` **詳細參數說明** | 名稱 | 類型 | 說明 | | :--- | :--- | :--- | | service | String | 服務名稱 | | artistname | String | 歌手名,多個歌手用后綴1,2...數字區分 | | musicRecordingId | String | 歌曲在音樂知識圖譜中的id | | musicGroupId | String | 歌手在音樂知識圖譜中的id,多個歌手用后綴1,2...數字區分 | | tag | String | 標簽名,包含區分、流派、場景、心情等,多個標簽用后綴1,2...數字區分 | | keyword | String | 映射標簽名的關鍵詞,主要關于場景和心情 | | songName | String | 識別的歌曲名 | | music_list | Array | 返回的歌曲列表 | | xiami | String | 蝦米網站歌曲ID | | music163 | String | 網易云音樂網站歌曲ID | | image | String | 歌曲封面地址 | | name | String | 歌曲名稱 |
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看