fix(live/live_stream.md):修复错误的获取直播源示例 (#115)

This commit is contained in:
Yin Hang 2020-12-14 22:33:03 +08:00 committed by GitHub
parent e08248dc14
commit ede4217c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@
```shell
curl -G 'http://api.live.bilibili.com/room/v1/Room/playUrl' \
--data-urlencode 'id=14073662' \
--data-urlencode 'cid=14073662' \
--data-urlencode 'qn=10000' \
--data-urlencode 'platform=web'
```