feat(REQ-2106): 版本更新提示返回jumpUrl
This commit is contained in:
parent
9cc2c60ca9
commit
74789207bc
@ -2,6 +2,7 @@ package cn.axzo.nanopart.api.response;
|
||||
|
||||
import cn.axzo.nanopart.api.enums.OpSystemTypeEnum;
|
||||
import cn.axzo.nanopart.api.enums.PlatformTypeEnum;
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
@ -49,6 +50,22 @@ public class GetVersionUpdateRemindContentResp {
|
||||
*/
|
||||
private String description;
|
||||
|
||||
/**
|
||||
* 跳转地址
|
||||
* eg:
|
||||
* [
|
||||
* {
|
||||
* "label": "H5",
|
||||
* "value": "http://www.baidu.com/defalut.html"
|
||||
* },
|
||||
* {
|
||||
* "label": "iOS",
|
||||
* "value": "http://www.baidu.com/defalut.html"
|
||||
* }
|
||||
* ]
|
||||
*/
|
||||
private JSONArray jumpUrl;
|
||||
|
||||
/**
|
||||
* 图片地址url
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user