@koi-design/callkit 1.0.24-beta.43 → 1.0.24-beta.44

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.
@@ -4055,7 +4055,9 @@ var WebCall = (() => {
4055
4055
  // },
4056
4056
  url: "/agent/user/sdkLog",
4057
4057
  method: "post",
4058
- data: strLog
4058
+ data: {
4059
+ content: strLog
4060
+ }
4059
4061
  });
4060
4062
  }
4061
4063
  /**