Ticket #70 (closed 需求: 已处理)
最超值论坛需求
| Reported by: | qinhongyuan | Owned by: | qinhongyuan |
|---|---|---|---|
| Priority: | 重要的(3) | Milestone: | |
| Component: | 电脑网最数码论坛 | Version: | |
| Keywords: | 最超值论坛 | Cc: | guozheng, chenguohao, chenguoji, dingjianyong, zhaorujun |
| Due Date: | 18/09/2013 |
Description
最超值论坛其实就是最数码论坛里面的一个子版,但是需要修改页面风格和与最超值应用做数据交互。
具体需求:(只针对版块ID为22的版块)
- 修改头部导航,不显示面包屑,效果登录需要用页面方式处理(涉及页面,版块,帖子,发帖)
- 发帖调用最超值接口,添加积分
- 设置精华调用最超值接口,添加金币
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)
接口数据:
传入:userId,typeId(标记 普通贴1 或者 精华贴2),topicId(贴Id,用于后期跟踪某些失败的操作) 返回:{code:"操作代码标记,0表示操作成功,-1表示操作失败",msg:"信息描述"}