我创建了一个范围并将其指向数组类型。
has_scope: by_industry,: type =>: array
现在我想让这个范围工作。
我试图像这样在url中传递参数:
http://localhost:3000/v1/find_friends?by_industry=[1,2]
不工作。
作用域为数组类型时如何在 url 中正确写入参数?
我创建了一个范围并将其指向数组类型。
has_scope: by_industry,: type =>: array
现在我想让这个范围工作。
我试图像这样在url中传递参数:
http://localhost:3000/v1/find_friends?by_industry=[1,2]
不工作。
作用域为数组类型时如何在 url 中正确写入参数?