diff --git a/context/Java110Context.js b/context/Java110Context.js index 7ef2a84..61fc693 100644 --- a/context/Java110Context.js +++ b/context/Java110Context.js @@ -170,7 +170,7 @@ const getRooms = function() { method: "GET", data: { communityId: _owner.communityId, - ownerId: _owner.memberId + ownerId: _owner.ownerId }, success: function(res) { if (res.statusCode == 200) {