wiki:WikiStart

Version 24 (modified by liujian, 14 years ago) (diff)

--

太平洋网络 PCauto iPad 杂志项目

svn地址  http://svn.demo.pc.com.cn/svn/AUTOIPAD

产品需求

汽车杂志需求http://rdtrac.pc.com.cn/magazine-ios/wiki/requirement

下个版本:v3.0.0
当前版本:v2.3.3

项目成员

应用数据采集系统

应用数据采集系统

后台服务器部署已经接口说明

CMS服务器:192.168.11.9:9999

杂志下载服务器:

  1. 域名:reader.pcauto.com.cn 2.vip:219.136.245.79:80
  2. nginx:
    1. 192.168.237.127:80,
    2. 192.168.237.128:80,
    3. 192.168.230.146:80,
    4. 192.168.230.148:80

版本更新接口与格式定义

    //接口名称:reader.pcauto.com.cn/pcautomag/app-config/version.json
    //格式: {"version":"2.3.0","release-date":"yyyy-mm-dd","release-desc":"发布说明","release-note":"发布的新功能列表",url:"http://itunes.apple.com/us/app//id436330264?l=zh&ls=1&mt=8"}

杂志封面图片

  http://reader.pcauto.com.cn/pcautomag/cover/latest-cover-ver.png

info内容页面

    http://www.pcauto.com.cn/app/list/1/1112/1744214.html

用户反馈接口

    接口:http://apns.pcauto.com.cn:8080/magcms/feedback.jsp?deviceId=***&systemModel=***&systemVersion=***&content=***&appName=***&appVersion=***
返回:直接用alert输出的字符串

insert into feedback values(1297409822973,"2B6D8653-F8EE-52C0-B9D7-F1D7FE6EED77","iPhone Simulator","4.2","com.pcauto.app.browser","1.0","我有话说");

评论与评分接口

1、评论入口:http://cmt.pcauto.com.cn/action/comment/create_utf8.jsp
参数:url、title、anonymous=1、username、content

2、评论出口:http://cmt.pcauto.com.cn/action/comment/list_json.jsp?pageSize=2&pageNo=2&url=http://magazine.pcauto.com.cn/1006/2144506.html
正确返回:{"total":1,"pageCount":1,"pageNo":1,"data":[{"id":23247937,"content":"这个是测试评论","createTime":"2011-01-13 11:55:17","floor":1,"nickName":"ipad客户端网友","ip":"192.168.239.90-202.96.159.221-192.168.230.26"}],"pageSize":20}
错误返回:{error:'topic not found'} 

3、投票入口:
/*
 * 参数
 * type:(1:顶,2:好文,3:精品,4:枪文,5:标题党,6:忽悠)
 * url:文章的URL
 * title:文章标题,最好escape以防乱码
 * 返回结果JSON对象:
 * 已投票{"result":"voted"}
 * 投票成功{"result":"success""type":"1""data":"22"} 
 */
http://appraise.pcauto.com.cn/doAppraise2.jsp?type=1&url=http://magazine.pcauto.com.cn/1006/2144506.html&title=escape('2011款奥迪A6L上市 售价35.5-69.99万元')

4、投票出口:
/*
 * 参数
 * url:文章的URL
 * title:文章的标题
 * callback:可选回调函数
 * 返回数据是JSON数组
 * [{"type":"1","title":"顶","data":"104"},{"type":"2","title":"好文","data":"92"},{"type":"3","title":"精品","data":"27"}, {"type":"4","title":"枪文","data":"32"},{"type":"5","title":"标题党","data":"14"},{"type":"6","title":"忽悠","data":"53"}]
 */
http://appraise.pcauto.com.cn/entry_json.jsp?url=http://magazine.pcauto.com.cn/1006/2144506.html&title=2011款奥迪A6L上市 售价35.5-69.99万元&callback=callback

QA部分

未解决的BUG

Ticket Resolution Version Milestone Component Summary Owner Reporter Type Priority
No tickets found

新建的Ticket

Ticket Resolution Version Milestone Component Summary Owner Reporter Type Priority

接收的Ticket

Ticket Resolution Version Milestone Component Summary Owner Reporter Type Priority

完成的Ticket

Ticket Resolution Version Milestone Component Summary Owner Reporter Type Priority

关闭的Ticket

Results (1 - 10 of 96)

Ticket Resolution Version Milestone Component Summary Owner Reporter Type Priority

Recent Changes

02/04/2017

12/08/2015

09/21/2015

08/04/2015

04/27/2015

04/13/2015

03/10/2015

02/16/2015

11/21/2014

10/21/2014

Attachments