admin 管理员组

文章数量: 1184232

function wxvs($mid){
    $url = 'https://mp.weixin.qq/mp/videoplayer?action=get_mp_video_play_url&idx=4&vid=';
    $url = $url.$mid;
    $json = file_get_contents($url);
    $json = json_decode($json,true);
    return $json['url_info']['0']['url'];
}

 

本文标签: 播放器 代码 WXV