Plugin Directory

Changeset 2106848


Ignore:
Timestamp:
06/16/2019 07:49:41 AM (7 years ago)
Author:
ericzane
Message:

3.2.7

Location:
floating-window-music-player/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • floating-window-music-player/trunk/floating-window-music-player.php

    r2011498 r2106848  
    55 * Text Domain: floating-window-music-player
    66 * Domain Path: /languages
    7  * Version:     3.2.6
     7 * Version:     3.2.7
    88 * Author:      Eric
    99 * Author URI:  http://eric.cn.com/
     
    1212
    1313define('Fwm_Player_URL', plugins_url('', __FILE__));
    14 define('Fwm_Player_VER', '3.2.6');
     14define('Fwm_Player_VER', '3.2.7');
    1515define('FwmTD', 'floating-window-music-player');
    1616require dirname(__FILE__) . '/inc/option.php';
  • floating-window-music-player/trunk/inc/Meting.php

    r2011498 r2106848  
    44 * https://i-meto.com
    55 * https://github.com/metowolf/Meting
    6  * Version 1.5.6.
     6 * Version 1.5.7.
    77 *
    88 * Copyright 2019, METO Sheel <[email protected]>
     
    1414class Meting
    1515{
    16     const VERSION = '1.5.6';
     16    const VERSION = '1.5.7';
    1717
    1818    public $raw;
     
    193193            $api = array(
    194194                '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/',
    196196                'body'   => array(
    197197                    'data' => array(
     
    279279            $api = array(
    280280                '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/',
    282282                'body'   => array(
    283283                    'data' => array(
     
    358358            $api = array(
    359359                '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/',
    361361                'body'   => array(
    362362                    'data' => array(
     
    439439            $api = array(
    440440                '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/',
    442442                'body'   => array(
    443443                    'data' => array(
     
    524524            $api = array(
    525525                '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/',
    527527                'body'   => array(
    528528                    'data' => array(
     
    604604            $api = array(
    605605                '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/',
    607607                'body'   => array(
    608608                    'data' => array(
     
    694694            $api = array(
    695695                '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/',
    697697                'body'   => array(
    698698                    'data' => array(
     
    936936    private function xiami_sign($api)
    937937    {
    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);
    939939        preg_match_all('/_m_h5[^;]+/', $data->raw, $match);
    940940        $this->header['Cookie'] = $match[0][0].'; '.$match[0][1];
  • floating-window-music-player/trunk/readme.txt

    r2011498 r2106848  
    4747
    4848== Changelog ==
     49= 3.2.7 (2019/06/16) =
     50* 更新Meting框架至1.5.7。
    4951= 3.2.6 (2019/01/13) =
    5052* 更新Meting框架至1.5.6。
     
    5254* 更新Meting框架至1.5.5;
    5355* 可兼容php 5.3。
    54 = 3.2.4 (2018/11/12) =
    55 * 前端开源项目地址恢复。
    56 = 请移步插件主页查看更多92个修订历史 =
     56= 请移步插件主页查看更多93个修订历史 =
    5757* http://eric.cn.com/?p=1187
    5858
    5959== Upgrade Notice ==
    60 * 更新Meting框架至1.5.6
     60* 更新Meting框架至1.5.7
    6161
    6262== Arbitrary section ==
Note: See TracChangeset for help on using the changeset viewer.