@peninsula-med/beisen-ehr-plugin 3.1.0 → 3.1.2

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
@@ -3553,7 +3553,7 @@ class BeisenClient {
3553
3553
  }
3554
3554
  return this.request("/AttendanceOpen/api/v1/AttendanceOvertime/PostOverTimeWithApproval", {
3555
3555
  method: "POST",
3556
- body: { attendance_overTime: overtimeData },
3556
+ body: { attendanceOverTime: overtimeData }, // ← 修复:驼峰命名
3557
3557
  });
3558
3558
  }
3559
3559
  }