| | |
| | | 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 org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | */ |
| | | @PostMapping(value = "/order/init/order-money") |
| | | Result initOrderMoney(@RequestBody OrderInitVo orderInitVo); |
| | | |
| | | /** |
| | | * 开放平台-作废退款 |
| | | * data 实体转化用 无 |
| | | */ |
| | | @PostMapping(value = "/order/refund/cancel") |
| | | Result refundCancel(@RequestBody RefundCancelVo refundCancelVo); |
| | | |
| | | } |