Commit 38911c28 authored by suhuiguang's avatar suhuiguang

refact(注册开通):流程调整

1.增加回滚删除消息逻辑
parent 2487fc15
......@@ -13,7 +13,7 @@ import java.util.List;
/**
* systemctl-消息
*/
@FeignClient(contextId = "jyjc", name = "${privilege.feign.name:AMOS-API-PRIVILEGE}", path = "/v1/message", configuration = {XidFeignConfiguration.class})
@FeignClient(contextId = "jyjc", name = "${privilege.feign.name:AMOS-API-PRIVILEGE}", path = "/systemctl/v1/message", configuration = {XidFeignConfiguration.class})
public interface MessageFeignClient {
......
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