Commit 01701847 authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/base-modify' into base-modify

parents 86f3f935 861531e1
...@@ -5,8 +5,15 @@ import org.springframework.cloud.openfeign.FeignClient; ...@@ -5,8 +5,15 @@ import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
/**
* @author libin
* @version 1.0
* @description 区域码 接口
* @data 2019/7/3 20:00
*/
@FeignClient(value = "xx-universal",contextId = "region") @FeignClient(value = "xx-universal",contextId = "region")
public interface RegionFeign { public interface RegionFeign {
/** /**
* 根据城市名查询 * 根据城市名查询
* @param city * @param city
......
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