Showing
1 changed file
with
31 additions
and
0 deletions
@@ -1284,4 +1284,35 @@ | @@ -1284,4 +1284,35 @@ | ||
1284 | "template_intro": "站内公告" | 1284 | "template_intro": "站内公告" |
1285 | } | 1285 | } |
1286 | 1286 | ||
1287 | +``` | ||
1288 | + | ||
1289 | +## 11-4 会员专享 | ||
1290 | + | ||
1291 | +``` json | ||
1292 | + | ||
1293 | +{ | ||
1294 | + "template_name": "vipFloor", | ||
1295 | + "template_intro": "新人专享", | ||
1296 | + "data": { | ||
1297 | + "title": { | ||
1298 | + "name": "新客专享", | ||
1299 | + "more_name": "...", | ||
1300 | + "more_url": { | ||
1301 | + "action": "go.activitytemplate", | ||
1302 | + "url": "http://m.yohobuy.com?template_id=30&title=新人&type=1" | ||
1303 | + }, | ||
1304 | + "productPoolId": "2" | ||
1305 | + }, | ||
1306 | + "image": { | ||
1307 | + "0": { | ||
1308 | + "src": "http://img12.static.yhbimg.com/yhb-img01/2015/12/22/03/0272d31275119e3ef7319fbee735d8bf21.jpg?imageView/{mode}/w/{width}/h/{height}", | ||
1309 | + "url": { | ||
1310 | + "action": "go.h5", | ||
1311 | + "url": "http://huodong.m.yohobuy.com/cuxiao/coupon/newuser3" | ||
1312 | + } | ||
1313 | + } | ||
1314 | + } | ||
1315 | + } | ||
1316 | +} | ||
1317 | + | ||
1287 | ``` | 1318 | ``` |
-
Please register or login to post a comment