ps-toolkit-ui 1.16.94 → 1.16.95

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.
@@ -2125,7 +2125,7 @@
2125
2125
  method: exports.Method[method].toString(),
2126
2126
  dataType: 'json',
2127
2127
  contentType: 'application/json; charset=utf-8',
2128
- data: data !== null && data !== {} ? JSON.stringify(data) : null,
2128
+ data: data !== null && data !== {} ? JSON.stringify(data, null, 2) : null,
2129
2129
  headers: token == null ? {} : { Authorization: token, Accept: 'application/json' }
2130
2130
  };
2131
2131
  }