Changes between Version 19 and Version 20 of bestbuy
- Timestamp:
- 03/25/2016 12:09:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bestbuy
v19 v20 163 163 ||-3||爆料不存在! || 164 164 ||error||不合法的请求方式!|| 165 166 ---- 167 == 加金币加积分接口 == 168 169 > 线上:http://best.pconline.com.cn/intf/addGoldAndScore.jsp 170 **说明** 171 172 > 点赞点踩接口,支持跨域 173 174 **提交方式** 175 176 > post 177 178 **是否需要登录** 179 180 > true 181 182 **缓存方式** 183 184 > 无 185 186 **缓存时间** 187 188 > 无 189 190 **参数** 191 192 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 193 ||gold||金币||int||""||是|| 194 ||score||原有收藏数||int||""||是|| 195 ||userid|| 用户id||long||""||是|| 196 197 198 **返回** 199 {{{#!java 200 result { 201 "status":1, 202 "msg":"添加成功" 203 } 204 }}} 205 **返回状态** 206 ||= status =||= desc =||= 说明 =|| 207 ||1||已收藏||1收藏成功|| 208 ||2|| ||收藏不成功|| 209 ||3|| ||爆料不存在|| 210 ||4|| ||取消收藏成功|| 211 ||0||正在收藏,请稍候!||已收藏不能再收藏|| 212 ||-1|| ||未登录||
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)