|
@@ -54,12 +54,12 @@ public class LifeDiscountCouponStoreFriendController {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @TrackEvent(
|
|
|
|
|
- eventType = "COUPON_GIVE",
|
|
|
|
|
- eventCategory = "COUPON",
|
|
|
|
|
- storeId = "#{#lifeDiscountCouponStoreFriendDto.storeId}",
|
|
|
|
|
- targetType = "COUPON"
|
|
|
|
|
- )
|
|
|
|
|
|
|
+// @TrackEvent(
|
|
|
|
|
+// eventType = "COUPON_GIVE",
|
|
|
|
|
+// eventCategory = "COUPON",
|
|
|
|
|
+// storeId = "#{#lifeDiscountCouponStoreFriendDto.storeId}",
|
|
|
|
|
+// targetType = "COUPON"
|
|
|
|
|
+// )
|
|
|
@ApiOperation("给好友发放优惠券")
|
|
@ApiOperation("给好友发放优惠券")
|
|
|
@ApiOperationSupport(order = 2)
|
|
@ApiOperationSupport(order = 2)
|
|
|
@PostMapping("/setFriendCoupon")
|
|
@PostMapping("/setFriendCoupon")
|
|
@@ -185,5 +185,10 @@ public class LifeDiscountCouponStoreFriendController {
|
|
|
private R<List<LifeDiscountCouponFriendRuleVo>> getReceivedSendFriendCouponList(@RequestParam(value = "storeUserId",required = false) String storeUserId, @RequestParam(value = "friendStoreUserId",required = false)String friendStoreUserId, @RequestParam(value = "storeName",required = false)String storeName) {
|
|
private R<List<LifeDiscountCouponFriendRuleVo>> getReceivedSendFriendCouponList(@RequestParam(value = "storeUserId",required = false) String storeUserId, @RequestParam(value = "friendStoreUserId",required = false)String friendStoreUserId, @RequestParam(value = "storeName",required = false)String storeName) {
|
|
|
log.info("LifeDiscountCouponStoreFriendController.getReceivedSendFriendCouponList?storeId={},friendStoreUserId={},storeName={}", storeUserId,friendStoreUserId,storeName);
|
|
log.info("LifeDiscountCouponStoreFriendController.getReceivedSendFriendCouponList?storeId={},friendStoreUserId={},storeName={}", storeUserId,friendStoreUserId,storeName);
|
|
|
return R.data(lifeDiscountCouponStoreFriendService.getReceivedSendFriendCouponList(storeUserId,friendStoreUserId,storeName));
|
|
return R.data(lifeDiscountCouponStoreFriendService.getReceivedSendFriendCouponList(storeUserId,friendStoreUserId,storeName));
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|