Changes between Version 3 and Version 4 of app2.0/05_gift


Ignore:
Timestamp:
02/10/2015 09:58:29 AM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/05_gift

    v3 v4  
    66== 自设定礼品 == 
    77 
    8 > trial/setupGift.do 
     8> /app/trial/cache/setupGift.do 
    99 
    1010**说明** 
     
    3737== 礼品列表 == 
    3838 
    39 > gift/listGift.do 
     39> /app/gift/cache/listGift.do 
    4040 
    4141**说明** 
     
    5959        pageTotal: 5, 
    6060        msg: '请求成功', 
    61         type: 3 
    6261        data: [$gift] 
    6362} 
     
    6867== 我的优惠券列表 == 
    6968 
    70 > my/gift/listMyCoupon.do 
     69> /app/my/gift/listMyCoupon.do 
    7170 
    7271**说明** 
     
    9897== 优惠券信息 == 
    9998 
    100 > gift/getCouponInfo.do 
     99> /app/gift/getCouponInfo.do 
    101100 
    102101**说明** 
     
    115114        status: 1 
    116115        msg: '请求成功', 
    117         fontSize: 12 
    118116        data: [$giftCoupon]     
    119117} 
     
    124122== 领取优惠券接口 == 
    125123 
    126 > my/gift/exchangeCoupon.do 
     124> /app/my/gift/exchangeCoupon.do 
    127125 
    128126**说明** 
     
    148146== 热门优惠券列表 == 
    149147 
    150 > gift/listHotCoupon.do 
     148> /app/gift/cache/listHotCoupon.do 
    151149 
    152150**说明**