diff --git a/docs/api/resources.md b/docs/api/resources.md index 032cf0b..e26857a 100644 --- a/docs/api/resources.md +++ b/docs/api/resources.md @@ -142,7 +142,7 @@ icon: video-camera | ------ | -------- | ------------------------------------------------------------------------------------------------- | | file | string | 转换后的语音文件路径, 如 `/home/somebody/cqhttp/data/record/0B38145AA44505000B38145AA4450500.mp3` | -## 获取文件 +## 获取文件 该接口用于获取语音,哦当然,这个接口目前使用的是base64返回,主要为了照顾使用反向websocket的用户,如果是正向用户或者getpost用户,直接用/res/去拿数据更方便