@jingx/lottery-components-react-jsx 1.0.33 → 1.0.34

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.
package/dist/index.cjs.js CHANGED
@@ -59725,10 +59725,8 @@ function RemarkModal(_a) {
59725
59725
  };
59726
59726
  const res = await axios$1.post(
59727
59727
  `${Env.REACT_APP_API_BASE_URL || DEFAULT_API_BASE_URL$1}${RemarkApi}`,
59728
- {
59729
- headers,
59730
- data: payload
59731
- }
59728
+ payload,
59729
+ { headers }
59732
59730
  );
59733
59731
  if (typeof onSuccess === "function") {
59734
59732
  onSuccess(res.data, payload);