fix(权限点):更新调用地址
This commit is contained in:
parent
a2f2471193
commit
6f6ca32d25
@ -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 {
|
||||||
|
|
||||||
/** 查询权限点树形节点 **/
|
/** 查询权限点树形节点 **/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user