perf:消息发送接口该body类型为JSONObject
This commit is contained in:
@@ -138,7 +138,7 @@ public class AliyunSmsSender implements TieshengMessageSender {
|
||||
}
|
||||
|
||||
@Override
|
||||
public MessageReqResp send(String user, String title, Object body) {
|
||||
public MessageReqResp send(String user, String title, JSONObject body) {
|
||||
return sendSms(user, title, (JSONObject) body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user