Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过商店用品中的 api 获取订单,但我想要来自商店用品中特定商店的订单。有谁知道如何得到它?
请检查文档。您需要使用如下请求:
YourSiteDomain /api/orders?filter[ 0 ][property]=shopId&filter[ 0 ][expression]==&filter[ 0 ][value]= 1
在这种情况下,过滤器将是
`shopId`=1