Changes between Version 47 and Version 48 of app2.0/04_trial


Ignore:
Timestamp:
03/13/2015 02:17:35 PM (11 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/04_trial

    v47 v48  
    108108||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    109109||limit||限制条数||int||1||是|| 
    110 ||type||用途:1 首页   2  广场||int||1||是|| 
    111 ||common_session_id||-||String||""||是|| 
     110||common_session_id||-||String||""||否|| 
    112111 
    113112**返回** 
     
    136135 
    137136---------- 
    138  
     137== 某个时间后的有效试用条数 == 
     138 
     139> /app/service/countActivity.jsp 
     140 
     141**说明** 
     142 
     143> 某个时间后的有效试用条数。 
     144 
     145**提交方式** 
     146 
     147> GET 
     148 
     149**参数** 
     150 
     151||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     152||limit||限制条数||int||1||否|| 
     153||date||-||String||""||是|| 
     154 
     155**返回** 
     156 
     157{{{#!java 
     158result: { 
     159        status: 1 
     160        limit: 1, 
     161        msg: '请求成功', 
     162        data: 有效试用个数 
     163} 
     164}}} 
    139165== 我的试用 == 
    140166