This commit is contained in:
van
2026-04-01 02:30:53 +08:00
parent a515ec33fb
commit 6a88a68320
7 changed files with 75 additions and 16 deletions

View File

@@ -1,9 +1,14 @@
package com.ruoyi.jarvis.domain.dto;
/**
* 企微消息经 wxSend 转发至 Jarvis 的请求体
* 企微消息经 wxSend 转发至 Jarvis 的请求体
* <p>
* <b>身份约定</b>{@link #fromUserName} 必须为解密后 XML 中的成员 UserID节点名 {@code FromUserName}(见 {@link com.ruoyi.jarvis.wecom.WeComConvention}
* 全链路(会话 Redis、权限识别目标均以此为准勿用 MsgId、纯展示昵称等。
* </p>
*/
public class WeComInboundRequest {
/** 成员 UserID与 XML {@code FromUserName} 同源 */
private String fromUserName;
private String content;
/** 企微 CorpId */