Changes between Version 20 and Version 21 of pcauto_drive_2.1.0/interface


Ignore:
Timestamp:
08/12/2015 05:01:43 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_2.1.0/interface

    v20 v21  
    235235 
    236236=== 3.1基础知识主页 === 
    237 '''(开发进行中)'''[[BR]] 
     237'''(mrobot已完成,请连开发机进行测试)'''[[BR]] 
    238238>mrobot地址:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/articles.xsp?id=6483971 [[BR]] 
    239239cms开发环境:http://dev5.pcauto.com.cn:8082/interface/pcauto/mrobot_articles_v5.jsp?id=6483971 [[BR]] 
     
    267267**返回** 
    268268 
    269 返回HTML页面 
    270  
    271 **返回参数说明** 
    272 ||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    273  
     269{{{#!java 
     270{ 
     271    "author": "moyingchao", 
     272    "id": "6483971", 
     273    "image": "", 
     274    "image2": "", 
     275    "pageNum": 7, 
     276    "preView": "各位都知道,科目二是需要上车实操的,到了考试时,考员有必要提前调节好车内的东西,", 
     277    "pubDate": 1439369785713, 
     278    "tagWords": [], 
     279    "tags": [ 
     280        { 
     281            "pageNo": 2, 
     282            "picText": [ 
     283                { 
     284                    "pic": "http://img0.pcauto.com.cn/pcauto/1508/10/6866928_14_thumb.jpg", 
     285                    "text": "● 车门开关  将后视镜调整到自己日常练车的位置,以便自己找到熟悉的感觉。    啊岁的老将阿隆索大家啊三季度刻录机啊斯达康洛吉拉斯简单快乐" 
     286                } 
     287            ], 
     288            "tagName": "车门开关" 
     289        } 
     290     ] 
     291} 
     292 
     293}}} 
     294 
     295**返回参数说明** 
     296||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
     297||= author =||= 作者 =||=id=||=文章id=|| 
     298||= pageNum =||= 页数 =||=image=||=图片=|| 
     299||= preView =||= 概述 =||=pubDate=||=发布日期=|| 
     300||= pageNo =||= 页码 =||=pic=||=文章图=|| 
     301||= text =||= 文章内容 =||=tagName=||=标签=|| 
    274302 
    275303----------