Changes between Version 13 and Version 14 of pcauto_4.0.0/interface


Ignore:
Timestamp:
09/30/2013 12:10:58 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v13 v14  
    3131 
    3232== 2.接口列表 == 
     33 
     34=== 2.1 [=#point201 左侧主菜单]=== 
     35{{{ 
     36    url: 
     37       汽车网:待定 
     38    作用:获取头条数据 
     39    使用范围:汽车网app 
     40 
     41    HTTP请求方式:get                          
     42    是否需要登录:是                           
     43    请求参数:none 
     44    返回参数: 
     45 
     46[{ 
     47"title":"首页",  // 菜单标题 
     48"controller":"PCInformationController",  // 根控制器的名字 
     49"url":"http://www.baidu.com"   // 如果是如专栏之类的webview界面,会出这个链点;否则出空字符串 
     50}] 
     51 
     52}}} 
    3353 
    3454=== 2.1 [=#point201 头条]===