1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.jarvis.service;
|
||||
|
||||
import com.ruoyi.jarvis.domain.dto.WeComInboundRequest;
|
||||
|
||||
/**
|
||||
* 企微文本消息业务入口(由 wxSend 通过 HTTPS + 共享密钥调用)
|
||||
*/
|
||||
public interface IWeComInboundService {
|
||||
|
||||
/**
|
||||
* @return 被动回复文本;无内容时返回空串
|
||||
*/
|
||||
String handleInbound(WeComInboundRequest request);
|
||||
}
|
||||
Reference in New Issue
Block a user