Changes between Version 40 and Version 41 of pcauto_drive_2.3.0/interface


Ignore:
Timestamp:
11/16/2015 11:18:41 AM (10 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_2.3.0/interface

    v40 v41  
    297297 
    298298||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
    299 ||= typeId =||= 类型 =|| int ||=  =||= 是 =||= 父类(type=0时,查询一级分类,type>0时,是查询该类型的下一级分类) =|| 
     299||= typeId =||= 类型 =|| int ||=  =||= 是 =||= =|| 
    300300||= pageNo =||= 页码 =|| string ||=  =||= 否 =||=  =|| 
    301301||= pageSize =||= 每页条数 =|| string ||=  =||= 否 =||=  =|| 
     
    785785----------- 
    786786 
     787=== 2.15 交通标志类型列表页接口 === 
     788'''(开发已完成)'''[[BR]] 
     789>mrobot地址:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/listTrafficType.xsp [[BR]] 
     790学车后台开发环境:http://dev38.pcauto.com.cn:8003/appapi/1.0/traffic/listTrafficType.do  [[BR]] 
     791学车后台线上环境:http://xueche.pcauto.com.cn/appapi/1.0/traffic/listTrafficType.do [[BR]] 
     792 
     793**说明** 
     794 
     795> 交通标志类型列表页 
     796 
     797**缓存时间** 
     798 
     799>0 
     800 
     801**提交方式** 
     802 
     803> GET 
     804 
     805**是否登录** 
     806 
     807> 否 
     808 
     809**数据来源** 
     810 
     811>学车后台 
     812 
     813**参数** 
     814 
     815||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
     816||= typeId =||= 类型 =|| int ||=  =||= 是 =||= 父类(type=0时,查询一级分类,type>0时,是查询该类型的下一级分类) =|| 
     817||= pageNo =||= 页码 =|| string ||=  =||= 否 =||=  =|| 
     818||= pageSize =||= 每页条数 =|| string ||=  =||= 否 =||=  =|| 
     819 
     820**返回** 
     821 
     822{{{#!java 
     823{ 
     824        code:0成功,-1失败 
     825        message:失败原因 
     826        pageNo:页码 
     827        pageSize:一页个数 
     828        pageCount:总页数 
     829        tracficTypeList:[{ 
     830            id:类型的ID 
     831            name:标志名字 
     832            description:标志描述 
     833            hasChild:是否含有子结点 
     834            totalImg:总图片数 
     835        }] 
     836} 
     837}}} 
     838**返回参数说明** 
     839||= 参数名 =||= 参数含义 =||= 参数名 =||= 参数含义 =|| 
     840||= id =||= 类型的ID =||= name =||= 标志名字 =|| 
     841||= description =||= 标志描述 =||= hasChild =||= 是否含有子结点 =|| 
     842||= totalImg =||= 总图片数 =||=  =||=  =|| 
     843 
     844---------- 
     845 
    787846== 3.活动 == 
    788847'''每日抽奖模块活动部门开发中,敬请期待...'''