接口地址 https://api.weixin.qq.com/wxa/business/getliveinfo?access_token=
传值
[
'action' => 'get_replay',
'room_id' => 97,
'start' => '0',
'limit' => '100',
]
返回结果Array
(
[errcode] => 0
[errmsg] => ok
[room_info] => Array
(
)
[total] => 1
[live_replay] => Array
(
[0] => Array
(
[create_time] => 2106-02-07T14:28:15
[expire_time] => 2116-02-05T14:28:15
[media_url] => http://1258344707.vod2.myqcloud.com/1b87576bvodcq1258344707/6260daa21253642701817383718/playlist.f3.m3u8
)
)
)
