Changes between Version 24 and Version 25 of app2.0/04_trial


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/04_trial

    v24 v25  
    1414 
    1515* lastAccessTime  最近一次访问该接口的时间 
     16* common_session_id 
    1617 
    1718**返回** 
     
    2223    data:{ 
    2324        newTrialCount: 2  // 新审核通过的试用数量 
     25    } 
     26} 
     27         
     28}}} 
     29 
     30== 获取试用总数 == 
     31 
     32> /app/my/trial/getNewCountForApp.do 
     33 
     34**说明** 
     35 
     36获取某一个用户的试用总数 
     37 
     38**参数** 
     39 
     40* common_session_id 
     41 
     42**返回** 
     43{{{#!java 
     44result:{ 
     45    status:1, 
     46    msg:"请求成功", 
     47    data:{ 
     48        trialCount: 2   
    2449    } 
    2550}