我已经使用 Moqui 框架实现了一个应用程序。如果休息是这样的
<resource name="userstores">
<id name="parentId">
<method type="get"><entity name="UserRoleMaps" operation="list"/></method>
<resource name="child_Id">
<method type="get"><entity name="users" operation="one"/></method>
</resource>
</id>
</resource>
我在UserRoleMaps实体中有child_Id列,我需要从UserRolemaps 获取child_Id并且我需要传递给用户实体作为获取数据的条件。我该如何迭代它。
我正在尝试的网址是:http://localhost:8080/moqui/rest/s1/moqui/userstores/100