| | |
| | | import com.hz.his.dto.coupon.CouponDto; |
| | | import com.hz.his.dto.coupon.CouponGoodsDto; |
| | | import com.hz.his.dto.coupon.CouponListDetailDto; |
| | | import com.hz.his.dto.dictionaries.DictionariesDto; |
| | | import com.hz.phis.dt.marketingCoupon.MarketingCouponDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | */ |
| | | @PostMapping(value = "/getCouponNumber") |
| | | Result getCouponNumber(@RequestBody CouponDto couponDto); |
| | | |
| | | /** |
| | | * 查询用户领取营销优惠券数据 |
| | | */ |
| | | @PostMapping(value = "/marketing/data") |
| | | Result marketingData(@RequestBody(required = false) MarketingCouponDto marketingCouponDto); |
| | | } |