Changeset 2106848
- Timestamp:
- 06/16/2019 07:49:41 AM (7 years ago)
- Location:
- floating-window-music-player/trunk
- Files:
-
- 3 edited
-
floating-window-music-player.php (modified) (2 diffs)
-
inc/Meting.php (modified) (10 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floating-window-music-player/trunk/floating-window-music-player.php
r2011498 r2106848 5 5 * Text Domain: floating-window-music-player 6 6 * Domain Path: /languages 7 * Version: 3.2. 67 * Version: 3.2.7 8 8 * Author: Eric 9 9 * Author URI: http://eric.cn.com/ … … 12 12 13 13 define('Fwm_Player_URL', plugins_url('', __FILE__)); 14 define('Fwm_Player_VER', '3.2. 6');14 define('Fwm_Player_VER', '3.2.7'); 15 15 define('FwmTD', 'floating-window-music-player'); 16 16 require dirname(__FILE__) . '/inc/option.php'; -
floating-window-music-player/trunk/inc/Meting.php
r2011498 r2106848 4 4 * https://i-meto.com 5 5 * https://github.com/metowolf/Meting 6 * Version 1.5. 6.6 * Version 1.5.7. 7 7 * 8 8 * Copyright 2019, METO Sheel <[email protected]> … … 14 14 class Meting 15 15 { 16 const VERSION = '1.5. 6';16 const VERSION = '1.5.7'; 17 17 18 18 public $raw; … … 193 193 $api = array( 194 194 'method' => 'GET', 195 'url' => 'http ://h5api.m.xiami.com/h5/mtop.alimusic.search.searchservice.searchsongs/1.0/',195 'url' => 'https://acs.m.xiami.com/h5/mtop.alimusic.search.searchservice.searchsongs/1.0/', 196 196 'body' => array( 197 197 'data' => array( … … 279 279 $api = array( 280 280 'method' => 'GET', 281 'url' => 'http ://h5api.m.xiami.com/h5/mtop.alimusic.music.songservice.getsongdetail/1.0/',281 'url' => 'https://acs.m.xiami.com/h5/mtop.alimusic.music.songservice.getsongdetail/1.0/', 282 282 'body' => array( 283 283 'data' => array( … … 358 358 $api = array( 359 359 'method' => 'GET', 360 'url' => 'http ://h5api.m.xiami.com/h5/mtop.alimusic.music.albumservice.getalbumdetail/1.0/',360 'url' => 'https://acs.m.xiami.com/h5/mtop.alimusic.music.albumservice.getalbumdetail/1.0/', 361 361 'body' => array( 362 362 'data' => array( … … 439 439 $api = array( 440 440 'method' => 'GET', 441 'url' => 'http ://h5api.m.xiami.com/h5/mtop.alimusic.music.songservice.getartistsongs/1.0/',441 'url' => 'https://acs.m.xiami.com/h5/mtop.alimusic.music.songservice.getartistsongs/1.0/', 442 442 'body' => array( 443 443 'data' => array( … … 524 524 $api = array( 525 525 'method' => 'GET', 526 'url' => 'http ://h5api.m.xiami.com/h5/mtop.alimusic.music.list.collectservice.getcollectdetail/1.0/',526 'url' => 'https://acs.m.xiami.com/h5/mtop.alimusic.music.list.collectservice.getcollectdetail/1.0/', 527 527 'body' => array( 528 528 'data' => array( … … 604 604 $api = array( 605 605 'method' => 'GET', 606 'url' => 'http ://h5api.m.xiami.com/h5/mtop.alimusic.music.songservice.getsongs/1.0/',606 'url' => 'https://acs.m.xiami.com/h5/mtop.alimusic.music.songservice.getsongs/1.0/', 607 607 'body' => array( 608 608 'data' => array( … … 694 694 $api = array( 695 695 'method' => 'GET', 696 'url' => 'http ://h5api.m.xiami.com/h5/mtop.alimusic.music.lyricservice.getsonglyrics/1.0/',696 'url' => 'https://acs.m.xiami.com/h5/mtop.alimusic.music.lyricservice.getsonglyrics/1.0/', 697 697 'body' => array( 698 698 'data' => array( … … 936 936 private function xiami_sign($api) 937 937 { 938 $data = $this->curl('http ://h5api.m.xiami.com/h5/mtop.alimusic.search.searchservice.searchsongs/1.0/?appKey=12574478&t=1511168684000&dataType=json&data=%7B%22requestStr%22%3A%22%7B%5C%22model%5C%22%3A%7B%5C%22key%5C%22%3A%5C%22Dangerous+Woman%5C%22%2C%5C%22pagingVO%5C%22%3A%7B%5C%22page%5C%22%3A1%2C%5C%22pageSize%5C%22%3A30%7D%7D%7D%22%7D&api=mtop.alimusic.search.searchservice.searchsongs&v=1.0&type=originaljson&sign=f6c99a429e9ef703ea955f7cd113a467', null, 1);938 $data = $this->curl('https://acs.m.xiami.com/h5/mtop.alimusic.recommend.songservice.getdailysongs/1.0/?appKey=12574478&t=1560663823000&dataType=json&data=%7B%22requestStr%22%3A%22%7B%5C%22header%5C%22%3A%7B%5C%22platformId%5C%22%3A%5C%22mac%5C%22%7D%2C%5C%22model%5C%22%3A%5B%5D%7D%22%7D&api=mtop.alimusic.recommend.songservice.getdailysongs&v=1.0&type=originaljson&sign=22ad1377ee193f3e2772c17c6192b17c', null, 1); 939 939 preg_match_all('/_m_h5[^;]+/', $data->raw, $match); 940 940 $this->header['Cookie'] = $match[0][0].'; '.$match[0][1]; -
floating-window-music-player/trunk/readme.txt
r2011498 r2106848 47 47 48 48 == Changelog == 49 = 3.2.7 (2019/06/16) = 50 * 更新Meting框架至1.5.7。 49 51 = 3.2.6 (2019/01/13) = 50 52 * 更新Meting框架至1.5.6。 … … 52 54 * 更新Meting框架至1.5.5; 53 55 * 可兼容php 5.3。 54 = 3.2.4 (2018/11/12) = 55 * 前端开源项目地址恢复。 56 = 请移步插件主页查看更多92个修订历史 = 56 = 请移步插件主页查看更多93个修订历史 = 57 57 * http://eric.cn.com/?p=1187 58 58 59 59 == Upgrade Notice == 60 * 更新Meting框架至1.5. 6。60 * 更新Meting框架至1.5.7。 61 61 62 62 == Arbitrary section ==
Note: See TracChangeset
for help on using the changeset viewer.