Commit a48502d5 authored by libin's avatar libin

后台*钱包

parent 70c9a5f1
......@@ -10,6 +10,7 @@ import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Set;
/**
* Created by ace on 2017/9/15.
......@@ -81,7 +82,6 @@ public interface VehicleFeign {
*/
@GetMapping("/sysRegion/getSysRegionById/{id}")
RestResponse getSysRegionById(@PathVariable(value = "id") Integer id);
RestResponse getSysRegionById(@PathVariable Integer id);
/**
* 多个城市code获取城市代码
* @param ids
......
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