update 更新群二维码

This commit is contained in:
gallonyin
2023-01-03 19:12:55 +08:00
parent ae18bd8977
commit f908e17a67

View File

@@ -299,6 +299,7 @@ object WeworkOperationImpl {
uploadCommandResult(message, ExecCallbackBean.ERROR_GROUP_TEMPLATE, "进入房间成功 群改名成功 群拉人成功 群公告成功 群备注成功 群模板失败", startTime) uploadCommandResult(message, ExecCallbackBean.ERROR_GROUP_TEMPLATE, "进入房间成功 群改名成功 群拉人成功 群公告成功 群备注成功 群模板失败", startTime)
return false return false
} }
getGroupQrcode(groupName, groupRemark)
uploadCommandResult(message, ExecCallbackBean.SUCCESS, "", startTime) uploadCommandResult(message, ExecCallbackBean.SUCCESS, "", startTime)
return true return true
} }
@@ -781,7 +782,7 @@ object WeworkOperationImpl {
/** /**
* 从外部群添加好友 * 从外部群添加好友
* @see WeworkMessageBean.ADD_FRIEND_BY_PHONE * @see WeworkMessageBean.ADD_FRIEND_BY_GROUP
* @param groupName 外部群 * @param groupName 外部群
* @param friend 待添加用户 * @param friend 待添加用户
*/ */