This commit is contained in:
van
2026-04-23 23:53:11 +08:00
parent 1f25cc5d15
commit d97a977a0e
2 changed files with 74 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ import com.ruoyi.jarvis.domain.dto.WeComInboundResult;
public interface IWeComInboundService {
/**
* 首条进入被动回复;其余由控制器异步调 wxSend /wecom/active-push。
* 长文本按企微上限拆成多段(每段 ≤2048 UTF-8 字节):首段被动回复,后续段由控制器异步调 wxSend /wecom/active-push。
*/
WeComInboundResult handleInbound(WeComInboundRequest request);
}