Changes between Initial Version and Version 1 of pcauto_drive_1.0.0/interface


Ignore:
Timestamp:
04/30/2015 12:01:30 PM (11 years ago)
Author:
wuhuixuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.0.0/interface

    v1 v1  
     1[[TOC]] 
     2== 1.基本约定 == 
     3mrobot开发机代理:192.168.10.199 端口为 1080 
     4[[BR]]mrobot测试机代理:192.168.10.198 端口为 1080 
     5 
     6== 2.接口列表 == 
     7=== 2.1 [=#point2.1 在线更新题库接口] === 
     8[[BR]]mrobot接口:http://mrobot.pcauto.com.cn/configs/pcauto_drive_questionBank 
     9[[BR]]HTTP请求方式:get 
     10[[BR]]是否需要登录:false 
     11[[BR]]返回格式:json 
     12[[BR]]缓存方式:无 
     13[[BR]]请求参数:无 
     14[[BR]]返回数据结构[[BR]] 
     15{{{ 
     16{ 
     17    "version" : 1, 
     18    "url": "http://ftp-apk.pconline.com.cn/82291eabece07cd0d161164be8f88e88/pub/download/201010/pcauto.zip" 
     19} 
     20}}} 
     21[[BR]]返回数据字段说明[[BR]] 
     22||字段名||类型||说明|| 
     23||version||Strng||此次更新的版本号|| 
     24||url||Strng||更新包的下载地址||