| | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.crm.dto.OrderRefundDto; |
| | | import com.hz.crm.dto.OrderStatusDto; |
| | | import com.hz.crm.dto.RefundDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | |
| | | /*退款*/ |
| | | @RequestMapping("/order/refund") |
| | | Result refundOrder(@RequestBody(required = false) OrderStatusDto orderStatusDto); |
| | | Result refundOrder(@RequestBody(required = false) RefundDto refundDto); |
| | | } |