| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- {
- "result": 1,
- "count": 5,
- "view_0": {
- "type": "slideview",
- "count": 2,
- "item_0": {
- "pic_url": "http://127.0.0.1/photo1.jpg",
- "action": "detail",
- "id": "1234567"
- },
- "item_1": {
- "pic_url": "http://127.0.0.1/photo2.jpg",
- "action": "category",
- "id": "1234567",
- "filter":"..."
- },
- "item_2": {
- "pic_url": "http://127.0.0.1/photo3.jpg",
- "action": "detail",
- "id": "1234567"
- },
- "item_3": {
- "pic_url": "http://127.0.0.1/photo4.jpg",
- "action": "detail",
- "id": "1234567"
- },
- "item_4": {
- "pic_url": "http://127.0.0.1/photo5.jpg",
- "action": "category",
- "id": "1234567",
- "filter":"..."
- }
- },
- "view_1": {
- "width":768,
- "height":300,
- "type": "banner",
- "description": "Sample description",
- "img": "http://127.0.0.1/s1.jpg",
- "action": "detail",
- "id": "1234567"
- },
- "view_2": {
- "width":768,
- "height":300,
- "type": "banner",
- "description": "Sample description",
- "img": "http://127.0.0.1/s1.jpg",
- "action": "category",
- "id": "1234567",
- "filter":"..."
- },
- "view_3": {
- "type": "topicview",
- "item_count": 8,
- "title": "New!",
- "item_0": {
- "description": "Sample description",
- "img": "http://127.0.0.1/s1.jpg",
- "old_price": "$123",
- "price": "$12",
- "action": "detail",
- "id": "1234567"
- },
- "item_1": {
- "description": "test",
- "img": "http://127.0.0.1/s2.jpg",
- "old_price": "$234",
- "price": "$123",
- "action": "detail",
- "id": "1234567"
- },
- "item_2": {
- "description": "name1",
- "img": "http://127.0.0.1/s3.jpg",
- "old_price": "",
- "price": "$234",
- "action": "detail",
- "id": "1234567"
- },
- "item_3": {
- "description": "abc",
- "img": "http://127.0.0.1/s4.jpg",
- "old_price": "$345",
- "price": "$345",
- "action": "detail",
- "id": "1234567"
- },
- "item_4": {
- "description": "ddddddd",
- "img": "http://127.0.0.1/s5.jpg",
- "old_price": "",
- "price": "$456",
- "action": "detail",
- "id": "1234567"
- },
- "item_5": {
- "description": "blablabla",
- "img": "http://127.0.0.1/s6.jpg",
- "old_price": "$456",
- "price": "$126",
- "action": "detail",
- "id": "1234567"
- },
- "item_6": {
- "description": "name6",
- "img": "http://127.0.0.1/s7.jpg",
- "old_price": "$567",
- "price": "$213",
- "action": "detail",
- "id": "1234567"
- },
- "item_7": {
- "description": "abcdefg",
- "img": "http://127.0.0.1/s8.jpg",
- "old_price": "$678",
- "price": "$767",
- "action": "detail",
- "id": "1234567"
- }
- },
- "view_4": {
- "type": "topicview",
- "item_count": 4,
- "title": "Hot!",
- "item_0": {
- "description": "",
- "img": "http://127.0.0.1/s9.jpg",
- "old_price": "$123",
- "price": "$12",
- "action": "detail",
- "id": "1234567"
- },
- "item_1": {
- "description": "",
- "img": "http://127.0.0.1/s10.jpg",
- "old_price": "$234",
- "price": "$123",
- "action": "detail",
- "id": "1234567"
- },
- "item_2": {
- "description": "",
- "img": "http://127.0.0.1/s11.jpg",
- "old_price": "",
- "price": "$234",
- "action": "detail",
- "id": "1234567"
- },
- "item_3": {
- "description": "",
- "img": "http://127.0.0.1/s12.jpg",
- "old_price": "$345",
- "price": "$345",
- "action": "detail",
- "id": "1234567"
- }
- }
- }
|