@freelog/tools-lib 0.1.62 → 0.1.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2580,7 +2580,8 @@ function batchGetAuths(_ref14) {
2580
2580
  // return FUtil.Axios.post(`/v2/testNodes/${nodeId}/rules/rematch`, params);
2581
2581
  return FUtil.Request({
2582
2582
  method: 'GET',
2583
- url: "/v2/auths/testResources/nodes/" + nodeId + "/result",
2583
+ // url: `/v2/auths/testResources/nodes/${nodeId}/result`,
2584
+ url: "/v2/auths/exhibits/" + nodeId + "/test/batchAuth/results",
2584
2585
  params: params
2585
2586
  });
2586
2587
  }