Changes between Version 16 and Version 17 of app2.0/05_gift


Ignore:
Timestamp:
03/11/2015 04:19:19 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/05_gift

    v16 v17  
    178178{{{#!java 
    179179resul { 
    180         status: 1 
    181         msg: '兑换成功' 
     180        status: 1, 
     181        msg: '请求成功', 
     182        data: { 
     183            status:1,  // 1 兑换成功  -1  请刷新页面重试  -2 该优惠券无效   -3 该优惠券已过期  -4 兑换出错,请稍后再试。 -5 优惠券领取次数超过限制!  -6 金币或积分不足!  -7 该优惠券无效或已全部被兑换!  -8 兑换失败! 
     184            cardNum: 123, 
     185            giftStatus: 1, 
     186            cardPassword: 123456, 
     187            mallUrl: http://a.b.c, 
     188            gold:1, 
     189            score: 2 
     190        } 
    182191} 
    183192}}}