Revert "发送IM模版消息时, 支持设置发送时间"

This reverts commit fbbe4856ef.
This commit is contained in:
yanglin 2024-08-20 16:48:05 +08:00
parent 53926a4449
commit c923a4cc83

View File

@ -19,9 +19,6 @@ import javax.validation.Valid;
url = "${server.serviceUrl:http://msg-center:8080}")
public interface MessageAPIV4 {
/**
* internal usage only
*/
@RequestMapping(value = "api/message/v4/send", method = RequestMethod.POST)
MessageSendRespV3 send(@RequestBody @Valid MessageSendRequestV4 request);