Skip to content

Commit

Permalink
Merge pull request #9 from NikolaDi/patch-1
Browse files Browse the repository at this point in the history
Update restful_api.md
  • Loading branch information
wasphin authored Mar 7, 2024
2 parents d3969db + 2862c8c commit dede769
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/zh/guide/media_server/restful_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ MediaServer 是 ZLMediaKit 的主进程,目前支持以下 http api 接口,
```

其中 POST 方式,参数既可以使用 urlencoded 方式也可以使用 json 方式。
操作这些 api 一般需要提供 secret 参数以便鉴权,如果操作 ip 是 127.0.0.1,那么可以无需鉴权
操作这些 api 一般需要提供 secret 参数以便鉴权。

## API 返回结果约定

Expand Down Expand Up @@ -101,7 +101,11 @@ typedef enum {

- 范例:[http://127.0.0.1/index/api/getApiList](http://127.0.0.1/index/api/getApiList)

- 参数:无
- 参数:

| 参数 | 是否必选 | 释意 |
| :----: | :------: | :------------------------: |
| secret | Y | api 操作密钥(配置文件配置) |

- 响应:

Expand Down Expand Up @@ -170,7 +174,11 @@ typedef enum {

- 范例:[http://127.0.0.1/index/api/getThreadsLoad](http://127.0.0.1/index/api/getThreadsLoad)

- 参数:无
- 参数:

| 参数 | 是否必选 | 释意 |
| :----: | :------: | :------------------------: |
| secret | Y | api 操作密钥(配置文件配置) |

- 响应:

Expand All @@ -196,7 +204,11 @@ typedef enum {

- 范例:[http://127.0.0.1/index/api/getWorkThreadsLoad](http://127.0.0.1/index/api/getWorkThreadsLoad)

- 参数:无
- 参数:

| 参数 | 是否必选 | 释意 |
| :----: | :------: | :------------------------: |
| secret | Y | api 操作密钥(配置文件配置) |

- 响应:

Expand Down

0 comments on commit dede769

Please sign in to comment.