调用权限系统接口修改url

develop
bayuzhen 2024-08-30 11:45:46 +08:00
parent a71aa1c38b
commit 8819791e5a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class QxUtils {
public String queryAppModules(String userToken, String userId){
QxReqVo qxReqVo = new QxReqVo(userToken, userId,appId,appName,"","");
return call(queryAppUrl,qxReqVo);
return call(queryAppModulesUrl,qxReqVo);
}
public String call(String url, QxReqVo qxReqVo){