Commit 882b1938 authored by 刘基明's avatar 刘基明

产品接口修改

parent 1a29ae07
...@@ -12,8 +12,8 @@ import org.springframework.web.bind.annotation.RequestParam; ...@@ -12,8 +12,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import java.util.List; import java.util.List;
import java.util.Set; import java.util.Set;
//@FeignClient(value = "fatools", fallbackFactory = FeignbackForFatools.class, url = "http://127.0.0.1:8189/fatools") @FeignClient(value = "fatools", fallbackFactory = FeignbackForFatools.class, url = "http://172.20.1.250:8060")
@FeignClient(value = "fatools", contextId = "fatoolsUser", fallbackFactory = FeignbackForFatools.class, path = "/fatools") //@FeignClient(value = "fatools", contextId = "fatoolsUser", fallbackFactory = FeignbackForFatools.class, path = "/fatools")
public interface FeignClientForFatools { public interface FeignClientForFatools {
@ApiOperation(value = "查询用户详情") @ApiOperation(value = "查询用户详情")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment