From 188e4e4e63cb48c06fa181198062c0e5c6c74e0f Mon Sep 17 00:00:00 2001 From: chenwenjian Date: Wed, 3 Apr 2024 11:18:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(REQ-2106):=20=E5=B9=BF=E5=91=8A=E4=BD=8Dap?= =?UTF-8?q?i=E5=AE=9A=E4=B9=89=E8=B0=83=E6=95=B4=EF=BC=8C=E7=B4=A0?= =?UTF-8?q?=E6=9D=90api=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/axzo/nanopart/api/response/MaterialResp.java | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/banner/banner-api/src/main/java/cn/axzo/nanopart/api/response/MaterialResp.java b/banner/banner-api/src/main/java/cn/axzo/nanopart/api/response/MaterialResp.java index d9559f31..46d4b4df 100644 --- a/banner/banner-api/src/main/java/cn/axzo/nanopart/api/response/MaterialResp.java +++ b/banner/banner-api/src/main/java/cn/axzo/nanopart/api/response/MaterialResp.java @@ -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;