Changes between Version 22 and Version 23 of app2.0/04_trial


Ignore:
Timestamp:
02/11/2015 06:06:17 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/04_trial

    v22 v23  
    22 
    33= 试用体验 = 
     4 
     5== 自设定试用 == 
     6 
     7> /app/my/trial/getNewCountForApp.do 
     8 
     9**说明** 
     10 
     11获取某一个时间点后用户被审核通过的试用数量 
     12 
     13**参数** 
     14 
     15* lastAccessTime  最近一次访问该接口的时间 
     16 
     17**返回** 
     18{{{#!java 
     19result:{ 
     20    status:1, 
     21    msg:"请求成功", 
     22    data:{ 
     23        newTrialCount: 2  // 新审核通过的试用数量 
     24    } 
     25} 
     26         
     27}}} 
    428 
    529== 自设定试用 ==