phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncOrderService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncOrderService.java
@@ -6,6 +6,7 @@ import com.hx.resultTool.Result; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestParam; @@ -20,6 +21,6 @@ * @param orderId * @return */ @PostMapping(value = "/sync/order/getOrderById") @GetMapping(value = "/sync/order/getOrderById") Result getOrderById(@RequestParam("orderId") String orderId); }