添加postman相关配置文件
This commit is contained in:
parent
c66e5dcdb1
commit
58fb88eac0
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
把这两个json文件导入postman就可以愉快的测试ZLMediaKit的restful接口了
|
||||
Loading…
Reference in New Issue