feat(REQ-2106): 广告位api定义调整,素材api定义

This commit is contained in:
chenwenjian 2024-04-03 11:18:46 +08:00
parent d870843d5b
commit 188e4e4e63

View File

@ -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;