还原postman方便提交pr
This commit is contained in:
parent
152d36f8ed
commit
b4a1997c63
|
|
@ -1485,14 +1485,14 @@
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"header": [],
|
"header": [],
|
||||||
"url": {
|
"url": {
|
||||||
"raw": "{{ZLMediaKit_URL}}/index/api/openRtpServerMultiplex?secret={{ZLMediaKit_secret}}&port=0&tcp_mode=1&stream_id=test",
|
"raw": "{{ZLMediaKit_URL}}/index/api/openRtpServer?secret={{ZLMediaKit_secret}}&port=0&tcp_mode=1&stream_id=test",
|
||||||
"host": [
|
"host": [
|
||||||
"{{ZLMediaKit_URL}}"
|
"{{ZLMediaKit_URL}}"
|
||||||
],
|
],
|
||||||
"path": [
|
"path": [
|
||||||
"index",
|
"index",
|
||||||
"api",
|
"api",
|
||||||
"openRtpServerMultiplex"
|
"openRtpServer"
|
||||||
],
|
],
|
||||||
"query": [
|
"query": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue