package org.ruoyi.common.wechat.itchat4j.utils; /** * @author WesleyOne * @create 2018/12/19 */ public class MoreConfig { //存储群聊成员ID的键标识 public static final String SEND_MEMBER_ID = "sendMemberId"; public static final String SEND_MEMBER_NICKNAMW = "memberNickname"; }