Changes between Version 54 and Version 55 of pclady_2.0.0


Ignore:
Timestamp:
05/05/2014 03:48:29 PM (12 years ago)
Author:
xuzhongzhou
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pclady_2.0.0

    v54 v55  
    417417    } 
    418418  ], 
     419  "pro_test":     //最新一篇评测文章 
     420  { 
     421    "id": 1111,   //int, 评测文章id 
     422    "img": "",    //url, 图片 
     423    "title": "",  //string, 标题 
     424    "url": ""     //url, 评测详情页URL 
     425  }, 
     426  "reviews": [    //最新的8个超级精华点评 
     427    { 
     428      "id": 222,    //int, 评论id 
     429      "img": "",    //url, 图片 
     430      "title": "",  //string, 标题 
     431      "name": "",   //string, 用户昵称 
     432      "like": 999,  //int, 赞的数量 
     433      "url": ""     //url, 评论详情页URL 
     434    } 
     435  ], 
    419436  "msg": "", 
    420437  "ret": 0