添加postman相关配置文件

This commit is contained in:
xiongziliang 2020-07-11 23:17:36 +08:00
parent c66e5dcdb1
commit 58fb88eac0
3 changed files with 1118 additions and 0 deletions

View 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"
}

File diff suppressed because it is too large Load Diff

1
postman/readme.md Normal file
View File

@ -0,0 +1 @@
把这两个json文件导入postman就可以愉快的测试ZLMediaKit的restful接口了