mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-24 19:50:38 +08:00
添加postman相关配置文件
This commit is contained in:
parent
c66e5dcdb1
commit
58fb88eac0
24
postman/127.0.0.1.postman_environment.json
Normal file
24
postman/127.0.0.1.postman_environment.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"id": "95afe791-f716-426e-99c4-a797e112ab2c",
|
||||||
|
"name": "127.0.0.1",
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"key": "ZLMediaKit_URL",
|
||||||
|
"value": "127.0.0.1",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ZLMediaKit_secret",
|
||||||
|
"value": "035c73f7-bb6b-4889-a715-d9eb2d1925cc",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "defaultVhost",
|
||||||
|
"value": "__defaultVhost__",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"_postman_variable_scope": "environment",
|
||||||
|
"_postman_exported_at": "2020-07-11T15:16:04.479Z",
|
||||||
|
"_postman_exported_using": "Postman/7.27.1"
|
||||||
|
}
|
1093
postman/ZLMediaKit.postman_collection.json
Normal file
1093
postman/ZLMediaKit.postman_collection.json
Normal file
File diff suppressed because it is too large
Load Diff
1
postman/readme.md
Normal file
1
postman/readme.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
把这两个json文件导入postman就可以愉快的测试ZLMediaKit的restful接口了
|
Loading…
Reference in New Issue
Block a user