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 而不是仅仅进入子节点(例如产品类别)。这样做的缺点是速度 - 为一个产品/订单等多次调用 API 很慢。
有没有人有预加载链接或加快呼叫速度的方法?
大卫,目前没有。不幸的是,您需要进行多次 API 调用才能获取子资源,但据我了解,这将在未来发生变化。