@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.esm.js CHANGED
@@ -59705,10 +59705,8 @@ function RemarkModal(_a) {
59705
59705
  };
59706
59706
  const res = await axios$1.post(
59707
59707
  `${Env.REACT_APP_API_BASE_URL || DEFAULT_API_BASE_URL$1}${RemarkApi}`,
59708
- {
59709
- headers,
59710
- data: payload
59711
- }
59708
+ payload,
59709
+ { headers }
59712
59710
  );
59713
59711
  if (typeof onSuccess === "function") {
59714
59712
  onSuccess(res.data, payload);