Authored by wei

Update 资源位内容管理数据结构.md

... ... @@ -2266,3 +2266,49 @@
```
## 26 好店推荐
```
{
"template_name": "shopRecommend",
"template_intro": "好店推荐",
"data": {
"title": {
"name": "1",
"more_name": "2",
"more_url": {
"action": "go.productDetail",
"url": "3"
}
},
"list": {
"0": {
"url": {
"action": "go.coupon",
"url": ""
},
"src": "http://img11.static.yhbimg.com/yhb-img01/2016/10/31/17/01441d3ae41484cc7fd626b35766cfb4bb.png?imageView2/{mode}/w/{width}/h/{height}",
"goods0": {
"src": "http://img11.static.yhbimg.com/yhb-img01/2016/10/31/17/019bf18d213c8b8ecc24de28e45a989f69.png?imageView2/{mode}/w/{width}/h/{height}",
"url": {
"action": "go.coupon",
"url": ""
}
},
"goods1": {
"src": "http://img10.static.yhbimg.com/yhb-img01/2016/10/31/17/01abf8b1d10f72dd5afd9e5872d96dd8c7.png?imageView2/{mode}/w/{width}/h/{height}",
"url": {
"action": "go.productDetail",
"url": "2"
}
}
}
}
}
}
```
... ...