Changes between Version 43 and Version 44 of pcauto_club_4.0.0/api


Ignore:
Timestamp:
03/10/2015 10:28:23 AM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.0.0/api

    v43 v44  
    554554{{{ 
    5555551.2.12 获取照片评论数和赞数 
    556 接口:http://mrobot.pcauto.com.cn/xsp/s/club/v4.0/photos_praise_detail.xsp?photoId=54661&albumId=6651&userId=30697781 GET 
     556接口:http://mrobot.pcauto.com.cn/xsp/s/club/v4.0/photos_praise_detail.xsp?photoId=54661&albumId=6651 GET 
     557 
     558是否登录:是 
    557559 
    558560请求参数: 
     
    560562||photoId||String||Y||照片ID|| 
    561563||albumId||String||Y||相册ID|| 
    562 ||userId||String||Y||用户ID|| 
     564 
     565{ 
     566        albumId: 6651, 
     567        code: 0, 
     568        message: "操作成功", 
     569        photoId: 54661, 
     570        praiseCount: 1, 
     571        replyCount: 0, 
     572        version: "v1.0(latest)", 
     573        hadPraisePhotoIds: "54661" //有则返回photoID,无则为空 
     574} 
    563575 
    564576应用端接口