项目需求说明及可行性分析文档基本格式
- 1、该页面的数据来源于哪个url接口;
- 2、该页面有哪些功能,用户可以做哪些操作;
- 3、该页面UI中用到哪些值得说明的控件或组件;
- 4、为完成该页面使用了哪些值得说明的技术或技巧。
1、 GET请求
参数 | 类型 | 说明 |
mobileType | String | 系统 |
city | int | 城市Id |
apiVer | int | 手机版本号 |
deviceId | String | 设备Id |
channel | String | 链接管道 |
ver | double | 客户端版本 |
2、返回数据(对象:data)
参数 | 类型 | 说明 |
retcode | String | 返回状态码 |
retdesc | String | 返回状态 |
activityList | 数组 | 广告ViewPager的内容集合 |
startupList | 数组 | 程序启动时的画面集合 |
3、返回数据(数组:activityList)
参数 | 类型 | 说明 |
startDate | String | 影片开播时间 |
picSmallPath | String | 小图片地址 |
locationType | int | 位置类型 |
name | String | 广告名称 |
picLargePath | String | 大图片地址 |
endDate | String | 影片停播时间 |
type | int | 影片类型 |
activityEndDate | String | 活动结束时间 |
url | String | 超链接地址 |
activityStartDate | String | 活动开始时间 |
4、返回数据(数组:startupList)
参数 | 类型 | 说明 |
startDate | String | 开始时间 |
name | String | 名称 |
picLargePath | String | 大图片地址 |
endDate | String | 结束时间 |
5、地址http://piao.163.com/m/movie/index_pic.html?
良心的公众号,更多精品文章,不要忘记关注哈
《Android和Java技术栈》