我在Node中编写了这个过滤器:
include: {
relation: 'province',
scope: {
where: {
'regionId': 9
}
}}
过滤器工作正常,我写的其余api过滤器是这样的:
filter[include][province][scope][where][regionId]=9
我有这个错误:
"错误":{ " name":"错误", "状态":500, "消息":"关系"范围\"没有为省份模型"
定义
答案 0 :(得分:0)
您可以像在节点中调用一样使用json过滤器,这不像REST那样
?filter={"include": {"relation": "province","scope": {"where": {"regionId": 9}}}}