| | |
| | | import com.dsh.guns.modular.system.model.vo.VipDetailVO; |
| | | import com.dsh.guns.modular.system.model.vo.VipPaymentListVO; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | |
| | | |
| | | @PostMapping("/base/coupon/updateType") |
| | | void updateType(Long id); |
| | | @GetMapping("/base/coupon/updateTypeOther/{id}/{operatorId}/{storeId}/{siteId}") |
| | | void updateTypeOther(@PathVariable("id")Long id,@PathVariable("operatorId")Integer operatorId, |
| | | @PathVariable("storeId")Integer storeId,@PathVariable("siteId")Integer siteId); |
| | | @PostMapping("/base/pointMerchars/goodsList") |
| | | List<PointsMerchandise> goodsList(); |
| | | @PostMapping("/base/coupon/vipDetail") |