perf:调整消息日志相关代码
This commit is contained in:
@@ -2,7 +2,7 @@ package com.tiesheng.message.service;
|
||||
|
||||
|
||||
import cn.hutool.json.JSONObject;
|
||||
import com.tiesheng.message.pojos.MessageReqResp;
|
||||
import com.tiesheng.util.pojos.ApiResp;
|
||||
|
||||
/**
|
||||
* @author hao
|
||||
@@ -20,7 +20,7 @@ public interface TsMessageSender {
|
||||
* @param channel 消息通道,如果为空表示所有通道
|
||||
* @return 返回的内容,如果为空表示发送成功
|
||||
*/
|
||||
MessageReqResp send(String user, JSONObject body);
|
||||
ApiResp<String> send(String user, JSONObject body);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user