fwq
2023-02-03 75c24df01b34026b433c7a13a12eb170dc60274a
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);
}