From 3ae9d8ac137be57b2c1842808942a4b852e25400 Mon Sep 17 00:00:00 2001 From: H Vs Date: Fri, 3 Nov 2023 17:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HmBloodPressConfigManualCalibrationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HealthMonitor.WebApi/Controllers/HealthMonitor/HmBloodPressConfigManualCalibrationController.cs b/HealthMonitor.WebApi/Controllers/HealthMonitor/HmBloodPressConfigManualCalibrationController.cs index c8c692b..c7c8c8c 100644 --- a/HealthMonitor.WebApi/Controllers/HealthMonitor/HmBloodPressConfigManualCalibrationController.cs +++ b/HealthMonitor.WebApi/Controllers/HealthMonitor/HmBloodPressConfigManualCalibrationController.cs @@ -42,7 +42,7 @@ namespace HealthMonitor.WebApi.Controllers.HealthMonitor _personCacheMgr = personCacheMgr; } - [HttpPut] + [HttpPost] public async Task Put([FromBody] BloodPressManualCalibration model, [FromHeader] string requestId) { var imei = model.Imei;