我创建了一个映射到数据 bean 的 REST 处理程序。
我正在使用这种方法调用数据bean
executeConfigBasedBeanWithContext(dataBeanName, profileName, responseFormat,
typedProperty);
现在,在调用此处理程序时,我得到以下信息Exception
:
EC_APPLICATION_EXCEPTION like 用户无权执行此查询 (_ERR_USER_AUTHORITY)。
wcsadmin
但它毫无例外地适用于管理员用户( )。下面是REST Exception
:
{"errors":[{"errorParameters":["com.xxxx.commerce.order.command.CodeDataBean"],"errorCode":"CWXFR0268E","errorKey":"NOT_AUTHORIZED_FOR_QUERY","errorMessage":"CWXFR0268E:您无权执行查询:GET https://localhost/wcs/resources/store/10154/codedata"}]}
我在这里错过了什么吗?