合并松下分支ext-dev---钉钉发送消息增加回调按钮

yun-zuoyi
jiajia 2 years ago
parent df2b9b44b8
commit 5e4ecae41d

@ -28,5 +28,9 @@ public class DingSendBatchRequestModel {
private String content;
@ApiModelProperty(value ="项目类型(默认andon)" , access ="项目类型(默认andon)")
private String softType = "andon";
@ApiModelProperty(value ="按钮名称" , access ="按钮名称")
private String buttonName ;
@ApiModelProperty(value ="按钮跳转url" , access ="按钮跳转url")
private String buttonUrl;
}

Loading…
Cancel
Save