Skip to content

Commit

Permalink
docs: 增加getMsgVoice接口bug问题说明
Browse files Browse the repository at this point in the history
  • Loading branch information
binsee committed May 4, 2018
1 parent 9fc1ece commit 82bab82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ class Padchat extends EventEmitter {
*
* 这个接口获取到的与push事件中接收到的数据一致,是base64编码的silk格式语音数据
*
* BUG: 超过60Kb的语音数据,只能拉取到60Kb,也就是说大约36~40秒以上的语音会丢失后边部分语音内容
*
* @param {object} rawMsgData - 推送的消息结构体,即`push`事件中收到的Object
* @returns {Promise<object>} 返回Promise<object>,注意捕捉catch
* ```
Expand Down

0 comments on commit 82bab82

Please sign in to comment.