| | |
| | | package com.hz.his.feign.service.platform.refund; |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.aduit.AduitDto; |
| | | import com.hz.his.dto.order.*; |
| | | import com.hz.his.vo.order.refund.RefundCancelVo; |
| | | import com.hz.his.vo.order.refund.card.RefundUserCardVo; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestHeader; |
| | | |
| | | /**用户卡项退款feign |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | * @author CJH |
| | | */ |
| | | @FeignClient(name="phi-platform-service",path = "/phip",contextId = "card-refund") |
| | | public interface SCardRefundService { |