Merge branch 'main' of http://115.190.8.52:3000/sczx_group/sczx_user
This commit is contained in:
@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.PathVariable;
|
|||||||
@FeignClient(name = "sczx-sync", url = "${sczx-sync.ribbon.listOfServers:}")
|
@FeignClient(name = "sczx-sync", url = "${sczx-sync.ribbon.listOfServers:}")
|
||||||
public interface SyncFacade {
|
public interface SyncFacade {
|
||||||
|
|
||||||
@GetMapping("/userinfo/{id}")
|
@GetMapping("/send/userinfo/{id}")
|
||||||
Result<Boolean> sendUserInfoToBattery(@PathVariable String id);
|
Result<Boolean> sendUserInfoToBattery(@PathVariable String id);
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user