mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化家庭成员成立
This commit is contained in:
parent
786dc15053
commit
37eb358d40
@ -32,7 +32,7 @@ export function getRooms() {
|
||||
method: "GET",
|
||||
data: {
|
||||
communityId: _owner.communityId,
|
||||
ownerId: _owner.memberId
|
||||
ownerId: _owner.ownerId
|
||||
},
|
||||
success: function(res) {
|
||||
if (res.statusCode == 200) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user