diff --git a/MediaServer支持的HTTP-API.md b/MediaServer支持的HTTP-API.md index 3eeef65..c65a5ea 100644 --- a/MediaServer支持的HTTP-API.md +++ b/MediaServer支持的HTTP-API.md @@ -65,7 +65,7 @@ typedef enum { } ``` -- 开发者一般只要关注`code`字段和msg字段,如果`code !=0 `时,打印显示`msg`字段即可。 +- 开发者一般只要关注`code`字段和`msg`字段,如果`code !=0 `时,打印显示`msg`字段即可。 - `code == 0`时代表完全成功,如果有数据返回,一般提供`data`字段。