代码之家  ›  专栏  ›  技术社区  ›  Kishor Pawar

ngx restangular在查询字符串后添加资源id

  •  0
  • Kishor Pawar  · 技术社区  · 4 年前

    我正在获取资源

    accounts = Restangular.all('accounts/?active=true')
    

    它正在添加 route

    accounts[0].route = 'accounts/?active=true'
    

    它打破了我的 .put() api,因为它正在形成端点

    accounts/?active=true/{resource_id}
    

    account/{resource_id}/?active=true
    
    0 回复  |  直到 4 年前
    推荐文章