Changes between Version 9 and Version 10 of app2.0/04_trial


Ignore:
Timestamp:
02/11/2015 11:13:41 AM (11 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/04_trial

    v9 v10  
    2929        data: [ 
    3030             { 
     31                "activityId" 试用活动id 
     32                "title"      试用活动标题 
     33                "face_1"     390x195封面 
     34                "face_2"     540x270封面 
     35                "face_3"     130x130封面 
     36                "face_4"     140x170封面 
     37             } 
     38          ] 
     39} 
     40}}} 
     41 
     42---------- 
     43 
     44= 我的试用 == 
     45 
     46> my/trial/listMyTrial.do 
     47 
     48**说明** 
     49 
     50获取到已通过,申请中,未通过3中类型的使用申请 
     51 
     52**参数** 
     53 
     54* pageNo 
     55* pageSize 
     56* status  0 申请中  1未通过  2已通过 
     57* common_session_id 
     58 
     59**返回** 
     60 
     61{{{#!java 
     62result { 
     63    status: 1,  
     64    msg: '请求成功', 
     65    data: [ 
     66            { 
    3167                "applyId"    试用申请id 
    3268                "activityId" 试用活动id 
     
    3874                "face_3"     130x130封面 
    3975                "face_4"     140x170封面 
    40              } 
    41           ] 
    42 } 
    43 }}} 
    44  
    45 ---------- 
    46  
    47 = 我的试用 == 
    48  
    49 > my/trial/listMyTrial.do 
    50  
    51 **说明** 
    52  
    53 获取到已通过,申请中,未通过3中类型的使用申请 
    54  
    55 **参数** 
    56  
    57 * pageNo 
    58 * pageSize 
    59 * status  0 申请中  1未通过  2已通过 
    60 * common_session_id 
    61  
    62 **返回** 
    63  
    64 {{{#!java 
    65 result { 
    66     status: 1,  
    67     msg: '请求成功', 
    68     data: [ 
    69             { 
    70                 "activityId" 试用活动id 
    71                 "title"      试用活动标题 
    72                 "face_1"     390x195封面 
    73                 "face_2"     540x270封面 
    74                 "face_3"     130x130封面 
    75                 "face_4"     140x170封面 
    7676            } 
    7777    ]