This commit is contained in:
dute7liang
2024-01-25 21:55:44 +08:00
parent dc1113deff
commit b0ff90a0a0
2 changed files with 1 additions and 8 deletions

View File

@@ -27,10 +27,6 @@ public class Yunxin {
@Resource
private ImMessageClient messageClient;
public void sendToSync(Long toUid,Long fromUid,Object data){
this.sendTo(toUid,fromUid,data);
}
public YxDataR<SendMsgResp> sendTo(Long toUid,Long fromUid,Object data){
SendMsgReq req = new SendMsgReq();
req.setFrom(fromUid == null ? yunxinProperties.getDefaultFromUid() : fromUid+"");