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


Ignore:
Timestamp:
02/10/2015 06:38:42 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/05_gift

    v4 v5  
    9797== 优惠券信息 == 
    9898 
    99 > /app/gift/getCouponInfo.do 
     99> /app/gift/getGiftInfo.do 
    100100 
    101101**说明** 
     
    114114        status: 1 
    115115        msg: '请求成功', 
    116         data: [$giftCoupon]     
     116        data: { 
     117            gift: $gift, 
     118            giftDesc: $giftDesc 
    117119} 
    118120}}}