ChatRoom相关api返还code=1,无法获取
聊天室已经在开发者平台创建好了。
无论是使用
getChatRoomInfoListOfApp还是
getChatRoomInfoListById,均返还
code = 1
desc = Error Domain=param error Code=1 "(null)"求帮助!!
版本ios: 1.1.6
jmessage: 3.4.1
平台: ionic cordova
code:
JMessage.ChatRoom.getChatRoomInfoListOfApp(params, resArr => {
console.log(JSON.stringify(resArr));
for (let room in resArr) {
// do something.
}
this.loading = false;
}, error => {
console.log(JSON.stringify(error.code));
console.log(JSON.stringify(error.description));
});