1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user