fwq
2022-09-22 23ac24ef23e2f60787ede8988d5856fd477ea48d
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);
}