Changes between Version 31 and Version 32 of app2.0/04_trial
- Timestamp:
- 02/12/2015 06:36:03 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app2.0/04_trial
v31 v32 28 28 data:{ 29 29 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 55 result:{ 56 status:1, 57 msg:"请求成功", 58 data:{ 59 hasApply: 1 // 1 表示已申请 0 表示未申请 30 60 } 31 61 }
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)