省志愿者demo

This commit is contained in:
aixianling
2022-09-29 09:43:56 +08:00
parent a5b829ff0c
commit 0f33c4ee1c

View File

@@ -20,7 +20,7 @@ export default {
this.injectJWeixin("openEnterpriseChat").then(() => this.$confirm("确定创建省志愿者活动专用群聊?"))
.then(() => {
wx.openEnterpriseChat({
userIds: "18507227517;AiXianLing;LiuHuaJun",
userIds: "18507227517;AiXianLing",
externalUserIds: "wmGBFVDgAAj_krfwaThRm-RRAq9rBeaQ",
groupName: "省志愿者活动专用群"
})