Changes between Version 31 and Version 32 of app2.0/04_trial


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/04_trial

    v31 v32  
    2828    data:{ 
    2929        newTrialCount: 2  // 新审核通过的试用数量 
     30    } 
     31} 
     32         
     33}}} 
     34 
     35== 判断用户是否已申请 == 
     36 
     37> /app/my/trial/hasApplyForTrial.jsp 
     38 
     39**说明** 
     40 
     41> 判断用户是否已经申请 
     42 
     43**提交方式** 
     44 
     45> GET 
     46 
     47**参数** 
     48 
     49||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     50||trialId||试用id||int||0||是|| 
     51||common_session_id||-||String||""||是|| 
     52 
     53**返回** 
     54{{{#!java 
     55result:{ 
     56    status:1, 
     57    msg:"请求成功", 
     58    data:{ 
     59        hasApply: 1  // 1 表示已申请  0 表示未申请 
    3060    } 
    3161}