Changes between Version 13 and Version 14 of yimei2.0.0_api


Ignore:
Timestamp:
05/28/2015 04:32:31 PM (11 years ago)
Author:
caomenglin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • yimei2.0.0_api

    v13 v14  
    356356**说明** 
    357357 
    358 > 帖子终端页 
     358> 发日记 
    359359 
    360360**缓存时间** 
     
    411411**说明** 
    412412 
    413 > 帖子终端页 
     413> 发帖子 
    414414 
    415415**缓存时间** 
     
    433433||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
    434434||= postID =||=日记ID =||= string =||= "" =||= 是 =||= 没传ID表示新帖子,有ID表示续写 =|| 
    435 ||= communityID =||=圈子ID =||= string =||= "" =||= 是 =||= " =|| 
     435||= communityID =||=圈子ID =||= string =||= "" =||= 是 =||= =|| 
    436436||= title =||=标题 =||= string =||= "" =||= 是 =||=  =|| 
    437437||= content =||=内容 =||= string =||= "" =||= 是 =||=  =|| 
     
    451451||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    452452 
     453=== 2.8点赞 === 
     454开发环境:http://dev15.pclady.com.cn/app/addLaud.jsp  [[BR]] 
     455线上环境:http://plastic.pclady.com.cn/app/addLaud.jsp [[BR]] 
     456mrobot地址:  http://mrobot.pclady.com.cn/x-900/yimei-plastic/app/addLaud.jsp  
     457 
     458**说明** 
     459 
     460> 点赞 
     461 
     462**缓存时间** 
     463 
     464>0分钟 
     465 
     466**提交方式** 
     467 
     468> POST 
     469 
     470**是否登录** 
     471 
     472> 是 
     473 
     474**数据来源** 
     475 
     476>整形库编辑后台 
     477 
     478**参数** 
     479 
     480||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
     481||= contentID =||=文章ID =||= string =||= "" =||= 是 =||=  =|| 
     482||= contentType =||=文章类型 =||= string =||= "" =||= 是 =||= 1:日记,2:帖子=|| 
     483||= operation =||=操作类型=||= string =||= "" =||= 是 =||=1:点赞,2:取消点赞  =|| 
     484||= content =||=内容 =||= string =||= "" =||= 是 =||=  =|| 
     485||= image =||=图片 =||= string =||= "" =||= 是 =||=用英文的分号隔开,最多9张=|| 
     486 
     487 
     488**返回** 
     489 
     490{{{#!java 
     491{ 
     492  "status":0, 
     493  "msg":"请求成功" 
     494} 
     495 
     496}}} 
     497**返回参数说明** 
     498||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    453499 
    454500---------- 
     
    9581004||= messageTotal =||= 消息条数,2.0新增的字段=||= =||==|| 
    9591005 
     1006=== 3.9收藏/取消收藏 ===(V1.1.0中的接口修改) 
     1007 
     1008开发环境:http://dev15.pclady.com.cn/app/collectForApp.jsp  [[BR]] 
     1009线上环境:http://plastic.pclady.com.cn/app/collectForApp.jsp [[BR]] 
     1010 
     1011> collectForApp 
     1012 
     1013**说明** 
     1014 
     1015>用于添加收藏和取消收藏 
     1016 
     1017**缓存时间** 
     1018 
     1019>0 
     1020 
     1021**提交方式** 
     1022 
     1023>POST 
     1024 
     1025**是否需要登录** 
     1026 
     1027>是 
     1028 
     1029**数据来源** 
     1030 
     1031> 整形库编辑后台 
     1032 
     1033**参数** 
     1034 
     1035||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     1036||typeID||类型ID,分别为活动ID、案例ID|| String ||""||是|| 
     1037||type||类型:1:活动,2:案例,3:圈子|| int ||""||是|| 
     1038||operation||操作:1:收藏,2:取消收藏|| int ||""||是|| 
     1039 
     1040**返回** 
     1041 
     1042{{{#!java 
     1043{ 
     1044  status:0, 
     1045  msg:”请求成功” 
     1046} 
     1047}}} 
     1048 
    9601049---------- 
    9611050 
    962 == 1.机构 == 
     1051== 4.机构 == 
    9631052---------- 
    9641053 
    9651054 
    966 === 1.1获取机构列表 === 
     1055=== 4.1获取机构列表 === 
    9671056开发环境:http://dev15.pclady.com.cn/app/organizationList.jsp  [[BR]] 
    9681057线上环境:http://plastic.pclady.com.cn/app/organizationList.jsp [[BR]]