Browse Source

调整

datasub12_previous
H Vs 1 year ago
parent
commit
3ae9d8ac13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      HealthMonitor.WebApi/Controllers/HealthMonitor/HmBloodPressConfigManualCalibrationController.cs

+ 1
- 1
HealthMonitor.WebApi/Controllers/HealthMonitor/HmBloodPressConfigManualCalibrationController.cs View File

@@ -42,7 +42,7 @@ namespace HealthMonitor.WebApi.Controllers.HealthMonitor
_personCacheMgr = personCacheMgr;
}
[HttpPut]
[HttpPost]
public async Task<IActionResult> Put([FromBody] BloodPressManualCalibration model, [FromHeader] string requestId)
{
var imei = model.Imei;


Loading…
Cancel
Save