Commit 7e4e926d by lixian7

调整接口

parent 655f0e5f
......@@ -12,7 +12,7 @@ import javax.validation.Valid;
/**
*
*/
@FeignClient(url = "http://10.197.236.100:40204", name = "dcp-service-vehicle", path = "dcp/drivingLicense", contextId =
@FeignClient( name = "dcp-service-vehicle", path = "dcp/drivingLicense", contextId =
"dcp-service-vehicle-drivingLicense")
public interface DrivingLicenseFeign {
......
......@@ -13,7 +13,7 @@ import java.util.List;
* @author: xieshixiang
* @time:2020/6/19 14:26
**/
@FeignClient(url = "http://10.197.236.100:40204",name = "dcp-service-vehicle", path = "dcp/vehicle", contextId = "dcp" +
@FeignClient( name = "dcp-service-vehicle", path = "dcp/vehicle", contextId = "dcp" +
"-service-vehicle-vehicle")
public interface VechicleFeign {
......
......@@ -15,7 +15,7 @@ import java.util.List;
* @author: xieshixiang
* @time:2020/6/19 15:26
**/
@FeignClient(url = "http://10.197.236.100:40204",name = "dcp-service-vehicle", path = "violation",contextId ="dcp" +
@FeignClient( name = "dcp-service-vehicle", path = "violation",contextId ="dcp" +
"-service-vehicle-violation")
public interface ViolationFeign {
/**
......
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
/**
* 短信feign
*/
@FeignClient( url = "http://10.197.236.100:40204",name = "dcp-service-vehicle",path = "sms" )
@FeignClient( name = "edl-pvt-service-common",path = "sms" )
public interface SmsFeign {
@PostMapping( {"send"} )
......
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