这段代码总是走到err里面,是什么问题?
var GroupId = '123456';
webim.getGroupInfo(
GroupId,
function (resp){
console.log('历史消息',resp.GroupInfo[0].NextMsgSeq - 1);
},
function (err) {
console.log('历史消息Err:' + err.ErrorInfo);
)
相似问题