zhangxu
2022-12-20 5c565f444b2575024f947eca6f45d478405860d0
phis-feign/src/main/java/com/hz/his/feign/service/phis/SCouponService.java
@@ -87,4 +87,11 @@
     */
    @PostMapping(value = "/getCouponList")
    Result getCouponList(@RequestBody CouponDto couponDto);
    /**
     * 查询优惠券码详情(不分页)
     * @return Result
     */
    @PostMapping(value = "/getCouponNumber")
    Result getCouponNumber(@RequestBody CouponDto couponDto);
}