This commit is contained in:
van
2026-04-01 17:12:47 +08:00
parent 75d7c8e6de
commit 2fb9777342
10 changed files with 116 additions and 0 deletions

View File

@@ -17,4 +17,7 @@ public interface IWeComChatSessionService {
/** @param wecomUserId 成员 UserID同 FromUserName */
void delete(String wecomUserId);
/** 测试清理:删除所有 interaction_state:wecom:* */
int deleteAllWecomSessionsForTest();
}