Changes between Version 32 and Version 33 of yimei1.0.0_api


Ignore:
Timestamp:
03/19/2015 03:48:40 PM (11 years ago)
Author:
caomenglin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • yimei1.0.0_api

    v32 v33  
    305305{{{#!java 
    306306{ 
    307   status:0, 
    308   msg:”请求成功”, 
    309   data:{ 
    310     listFocus:[{ 
     307  listFocus:{ 
     308  status:0, 
     309  msg:”请求成功”, 
     310  data:[{ 
    311311      type:1, 
    312312      imageUrl:” http://img.pconline.com.cn/7.jpg”, 
    313313      url:”” , 
    314314      contentID:”14324” 
    315     }], 
    316     show:[{ 
     315    }] 
     316}, 
     317  show:{ 
     318  status:0, 
     319  msg:”请求成功”, 
     320  data:[{ 
    317321      showTitle:”一元秒杀”, 
    318322      showDesc:”有积分就是任性”, 
     
    321325      type:1, 
    322326      contentID:”14324” 
    323     }], 
    324     activities:[{ 
     327    }] 
     328}, 
     329  activities:{ 
     330  status:0, 
     331  msg:”请求成功”, 
     332  data:[{ 
    325333      title:”新年美肤专场,水嫩肌肤换出来”, 
    326334      imageUrl:”http://img.pconline.com.cn/7.jpg”, 
    327335      specialID:”14242” 
    328     }], 
    329     guessYouLike:[{ 
     336    }]}, 
     337  guessYouLike:{ 
     338  status:0, 
     339  msg:”请求成功”, 
     340  data:[{ 
    330341      likeID:”24234”, 
    331342      title:”标题”, 
     
    339350      buyTotal:100, 
    340351      isEnd:1  
    341     }], 
    342     example:[{ 
    343       title:”变美过程全记录”, 
    344       desc:”就是这样变美的”, 
    345       imageUrl:”http://img.pconline.com.cn/7.jpg, http://img.pconline.com.cn/7.jpg, http://img.pconline.com.cn/7.jpg”, 
    346       username:”小美”, 
    347       time:”2015-01-14”, 
    348       essence:1, 
    349       publicationPhoto:1, 
    350       exampleID:”1321” 
    351352    }] 
    352   } 
     353} 
     354  
     355     
    353356} 
    354357}}}