调用权限系统接口修改url
parent
a71aa1c38b
commit
8819791e5a
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue