@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.
@@ -2574,7 +2574,8 @@ function batchGetAuths(_ref14) {
2574
2574
  // return FUtil.Axios.post(`/v2/testNodes/${nodeId}/rules/rematch`, params);
2575
2575
  return FUtil.Request({
2576
2576
  method: 'GET',
2577
- url: "/v2/auths/testResources/nodes/" + nodeId + "/result",
2577
+ // url: `/v2/auths/testResources/nodes/${nodeId}/result`,
2578
+ url: "/v2/auths/exhibits/" + nodeId + "/test/batchAuth/results",
2578
2579
  params: params
2579
2580
  });
2580
2581
  }