Changes between Version 35 and Version 36 of pcauto_club_4.2.0/api


Ignore:
Timestamp:
06/02/2015 11:27:35 AM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.2.0/api

    v35 v36  
    419419}}} 
    420420 
     421==== 2.7 动态详情 ==== 
     422{{{ 
     423接口:http://mrobot.pcauto.com.cn/xsp/s/club/v4.0/dyna_detail.xsp 
     424请求参数: 
     425        *dynaInfoId:动态id 
     426        *createBy:动态创建者id 
     427        *userId: 当前用户的id,用于判断该用户是否已赞 
     428 
     429{ 
     430        code:0成功,-1失败 
     431        message:提示信息 
     432        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     433 
     434        dynaDetail:[ 
     435                { 
     436                  authorPhoto: "http://i6.3conline.com/images/upload/upc/face/30/32/35/46/30323546_50x50", 
     437                  brandLogo: "http://img0.pcauto.com.cn/pcauto/1112/07/1743776_ACS5050.png", 
     438                  clubId: 18322, 
     439                  clubName: "数据库转码测试", 
     440                  content: "我是谁呢", 
     441                  createBy: 30323546, 
     442                  dynaInfoId: 2042762, 
     443                  dynaTargetId: 2042762, 
     444                  dynaType: 2, 
     445                  images: [ ], 
     446                  isHasImg: 0, 
     447                  isVip: 1, 
     448                  nickName: "test昵s", 
     449                  petrol: 0, 
     450                  postCount: 0, 
     451                  praiseCount: 0, 
     452                  pubTime: 1432547188000, 
     453                  hadPraise: 0 
     454                  images:[ 
     455                          { 
     456                            url:http://xxxx.jpg, 
     457                            //真实宽度 
     458                            width:960, 
     459                           //真实高度 
     460                           height:1000, 
     461                           //质量参数,默认为0,10月上线 
     462                           qua:80 
     463                           }, 
     464                           { 
     465                            url:http://xxxx.jpg, 
     466                            //真实宽度 
     467                            width:960, 
     468                           //真实高度 
     469                           height:1000, 
     470                           //质量参数,默认为0,10月上线 
     471                           qua:80 
     472                          }              
     473                    ] 
     474             } 
     475      ] 
     476} 
     477 
     478后端接口 
     4791.4.1 获取动态详情接口3.0 
     480说明:获取动态 
     481接口:/appapi/3.0/dyna/getDynaDetail.do [GET] 
     482 
     4831.1.31 判断是否已赞 
     484接口:/appapi/1.0/dyna/getHadPraiseList.do [GET] 
     485返回增加 
     486hadPraise:已赞, 
     487当前用户是否已赞字段 
     488}}} 
    421489 
    422490{{{