单点登录调用权限接口获取菜单authority/api/V1/appModules的接口参数userToken不需要传值,传“ ”就可以
parent
e03419a4a3
commit
604eb59d38
|
@ -27,6 +27,9 @@ public class QxUtils {
|
|||
}
|
||||
|
||||
public String queryAppModules(String userToken, String userId){
|
||||
if (userToken == null) {
|
||||
userToken = "";
|
||||
}
|
||||
QxReqVo qxReqVo = new QxReqVo(userToken, userId,appId,appName,"","");
|
||||
return call(queryAppModulesUrl,qxReqVo);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue