feat(emergency): 推送消息增加封面图字段messageImageUrl,去掉businessId
This commit is contained in:
+4
@@ -24,4 +24,8 @@ public class SendIm {
|
||||
* 业务标识,用于区分不同业务来源(例:"article"=宣教推送)
|
||||
*/
|
||||
private String businessId;
|
||||
/**
|
||||
* 消息图片URL(封面图全路径)
|
||||
*/
|
||||
private String messageImageUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user