feat: 手机端消息跳转

This commit is contained in:
2024-09-18 15:59:58 +08:00
parent 19da42192f
commit 1480e5526c
5 changed files with 42 additions and 20 deletions
@@ -2,5 +2,5 @@ package com.jero.modules.message.handle;
public interface ISendMsgHandle {
void SendMsg(String esReceiver, String esTitle, String esContent, String openType, String openPage);
void SendMsg(String esReceiver, String esTitle, String esContent, String openType, String finalHiworkPhoneUrl);
}