feat:feature-REQ/2129 修改发送消息入参

This commit is contained in:
lilong 2024-03-25 11:00:44 +08:00
parent f31d430904
commit 47e141424f

View File

@ -112,15 +112,12 @@ public class SendMessageParam {
@Getter
@AllArgsConstructor
public enum JumpPlatform {
WEB("PC"),
MINI_PROGRAM("安心筑小程"),
IOS("IOS"),
ANDROID("ANDROID"),
WEB_VIEW("H5"),
WECHAT_MINI_PROGRAM("微信小程序"),
PC,
CM_IOS,
CM_ANDROID,
CMP_IOS,
CMP_ANDROID
;
private String desc;
}
@Data