feat(REQ-2106): 广告位api定义调整,素材api定义
This commit is contained in:
parent
d870843d5b
commit
188e4e4e63
@ -50,7 +50,18 @@ public class MaterialResp extends PageMaterialResp {
|
||||
/**
|
||||
* 跳转地址
|
||||
* eg: {
|
||||
* "h5":"https://xxxxx/xxxx"
|
||||
* "APP": {
|
||||
* "Android": "http://www.baidu.com/defalut.html",
|
||||
* "iOS": "http://www.baidu.com/defalut.html",
|
||||
* "h5": "http://www.baidu.com/defalut.html"
|
||||
* },
|
||||
* "Applet": {
|
||||
* "applet": "http://www.baidu.com/defalut.html",
|
||||
* "h5": "http://www.baidu.com/defalut.html"
|
||||
* },
|
||||
* "PC": {
|
||||
* "h5": "http://www.baidu.com/defalut.html"
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
private JSONObject jumpUrl;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user