wangrenhuang
2023-02-16 a3a2fe8909a84e177f3f8d183987eff4e391ea7b
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);
}