|
|
@@ -9,10 +9,10 @@ import java.util.Map;
|
|
|
@FeignClient(name = "document-server")
|
|
|
public interface WarehouseApi {
|
|
|
|
|
|
- @GetMapping("/api/document/warehouse/post")
|
|
|
+ @GetMapping("/warehouse/post")
|
|
|
public Result post(Map<String, Object> param);
|
|
|
|
|
|
- @GetMapping("/api/document/warehouse/unPost")
|
|
|
+ @GetMapping("/warehouse/unPost")
|
|
|
public Result unPost(Map<String, Object> param);
|
|
|
|
|
|
}
|