fix(权限点):更新调用地址

This commit is contained in:
zhansihu 2023-09-11 15:32:52 +08:00
parent a2f2471193
commit 6f6ca32d25

View File

@ -21,7 +21,7 @@ import java.util.List;
* @author: ZhanSiHu
* @date: 2023/9/6 14:48
*/
@FeignClient(name = "tyr", url = "${axzo.service.tyr:http://localhost:8899}")
@FeignClient(name = "tyr", url = "${axzo.service.tyr:http://tyr:8080}")
public interface PermissionPointApi {
/** 查询权限点树形节点 **/