| | |
| | | @PostMapping("/base/pointMerchars/convertGoods") |
| | | public List<IntegralCommodity> getConvertibleGoods(); |
| | | |
| | | @PostMapping("/base/pointMerchars/getCommoditys") |
| | | public List<PointsMerchandise> getVicinityGoods(@RequestBody CommodityRequest request); |
| | | |
| | | @PostMapping("/base/pointMerchars/getRedeemedNums") |
| | | public int getRedeemedQuantity(@RequestBody Integer goodId); |
| | | |
| | | |
| | | @PostMapping("/base/pointMerchars/getGoodDetails") |
| | | ProductDetailsVo getGoodDetailsWithId(@RequestBody ProductDetailRequest detailRequest); |
| | | |
| | | @PostMapping("/base/pointMerchars/getDetailsOfExchange") |
| | | List<ExchangeDetailsResponse> getIntegralExchangeDetails(@RequestBody Integer appUserId); |
| | | |
| | | |
| | | @PostMapping("/base/pointMerchars/getSpecificsOfGoods") |