记得上下班打卡 | git大法好,push需谨慎

Commit 86190c0c authored by jiangxiulong's avatar jiangxiulong

openSend allowableValues

parent 54f7d98e
...@@ -32,7 +32,7 @@ public class SweetOpenSendMsgParam implements Serializable { ...@@ -32,7 +32,7 @@ public class SweetOpenSendMsgParam implements Serializable {
@ApiModelProperty(position = 15, value = "跳转url", example = "www.zhengzai.tv") @ApiModelProperty(position = 15, value = "跳转url", example = "www.zhengzai.tv")
private String jumpUrl; private String jumpUrl;
@ApiModelProperty(position = 16, value = "是否需要前端配合处理跳转", example = "false") @ApiModelProperty(position = 16, allowableValues = "false,true", value = "是否需要前端配合处理跳转", example = "false")
private Boolean jumpAppletUsePath; private Boolean jumpAppletUsePath;
@ApiModelProperty(position = 17, value = "跳转小程序需要的某页地址", example = "pages/webview?query=lottery") @ApiModelProperty(position = 17, value = "跳转小程序需要的某页地址", example = "pages/webview?query=lottery")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment