Browse Source

优惠券返券活动--优惠券接口(getSystemCouponUserList)添加返回背景图

master
liangyuyan 5 years ago
parent
commit
1272da173d
  1. 6
      app/Service/CouponService.php

6
app/Service/CouponService.php

@ -36,9 +36,11 @@ class CouponService implements CouponServiceInterface
'active_type' => 1, 'active_type' => 1,
'not_receive' => [], 'not_receive' => [],
'jump_data' => [ 'jump_data' => [
'src' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType,
'src' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType,
'src2' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType, 'src2' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType,
'coupons' => []
'share_bg' => "https://img.lanzulive.com/attachment/images/background/dangmian_dialog_background.png",
'receive_bg' => "https://img.lanzulive.com/attachment/images/background/dangmian_dialog_background.png",
'coupons' => []
] ]
]; ];
$nowTime = time(); $nowTime = time();

Loading…
Cancel
Save