| | |
| | | @PostMapping("/base/userConpon/getStuOfConpons") |
| | | public List<CouponStuAvailableVo> queryUserWithConponList(@RequestParam("appUserId") Integer appUserId); |
| | | |
| | | @PostMapping("/coupon/queryCouponById") |
| | | Coupon queryCouponById(Integer id); |
| | | |
| | | @PostMapping("/base/coupon/getAllCoupons") |
| | | public List<Coupon> getAllCoupons(@RequestBody CommodityRequest request); |
| | |
| | | |
| | | @PostMapping("/userCoupon/queryCouponOfStore") |
| | | List<Integer> getCouponStoreIds(@RequestBody Integer couponId); |
| | | |
| | | |
| | | @PostMapping("/userCoupon/queryCounts") |
| | | Integer queryCounts(@RequestBody List<Integer> queryIds); |
| | | |
| | | |
| | | @PostMapping("/userCoupon/queryCounts1") |
| | | Integer queryCounts1(@RequestBody List<Integer> queryIds); |
| | | } |