Changes between Version 2 and Version 3 of appapi/1.0
- Timestamp:
- 10/13/2015 02:46:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
appapi/1.0
v2 v3 6 6 1.0相关,开发环境URL前缀: http://dev18.pcauto.com.cn/ 7 7 2任务系统相关接口,开发环境域名:http://dev38.pcauto.com.cn:8085/ 8 9 === 1. 车友会任务接口1.0 10 11 ==== 1.1. app使用 任务列表接口1.0 ==== 12 {{{ 13 接口/intf/clubgc/app/taskList.do [get] 14 请求参数 :globalUid 15 16 是否登录 : 是 17 缓存时间 : 否 18 是否分页 : 否 19 20 返回结果: 21 { 22 disposableTask: [ { 23 appAction: {app动作 24 action: 动作, 25 desc: 动作描述 26 }, 27 application: "club_gold_coin", 28 applogo: app的logo链接, 29 current: 1, 30 gold: 30, 31 limitDaily: 每天次数, 32 limitPermanantly: 永久次数, 33 pcaAction: { 34 action: 动作, 35 desc: 动作描述 36 }, 37 pclogo: 在pc的logo链接, 38 received: 0, 39 status: 1, 40 taskId: 任务id, 41 taskName: 任务名称, 42 taskType: 任务类型, 43 wapAction: { 44 desc: "描述", 45 text: 文本, 46 url: 链接 47 } 48 } 49 ] 50 } 51 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)