Merge remote-tracking branch 'origin/feature/REQ-1102' into feature/REQ-1102

This commit is contained in:
wangli 2023-09-11 15:33:09 +08:00
commit d4d18740e0

View File

@ -21,7 +21,7 @@ import java.util.List;
* @author: ZhanSiHu * @author: ZhanSiHu
* @date: 2023/9/6 14:48 * @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 { public interface PermissionPointApi {
/** 查询权限点树形节点 **/ /** 查询权限点树形节点 **/