我正在获取资源
accounts = Restangular.all('accounts/?active=true')
它正在添加 route
route
accounts[0].route = 'accounts/?active=true'
它打破了我的 .put() api,因为它正在形成端点
.put()
accounts/?active=true/{resource_id}
account/{resource_id}/?active=true