From 634ebda4dc752dec54e3df5eb3ebacf79227d660 Mon Sep 17 00:00:00 2001 From: houwei Date: Fri, 1 Nov 2024 09:29:07 +0800 Subject: [PATCH] Update operation.md --- docs/api/operation.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/api/operation.md b/docs/api/operation.md index 0443c00a..f216132e 100644 --- a/docs/api/operation.md +++ b/docs/api/operation.md @@ -92,9 +92,9 @@ POST 请求接口 ```json { "deviceId": 863256444266222, - "serviceCode": "testCode", - "serviceName": "测试遥控2", - "optDesc": "手动测试2", + "serviceCode": "setTurbineStop", + "serviceName": "风机停机指令", + "optDesc": "风机停机", "opValue": 0 } ``` @@ -129,10 +129,10 @@ POST 请求接口 ```json { "deviceId": 863256444266222, - "serviceCode": "testCode", - "serviceName": "测试遥控2", - "optDesc": "手动测试2", - "opValue": 0 + "serviceCode": "setGenSpeedLimitValue", + "serviceName": "发电机转速给定值", + "optDesc": "发电机转速给定值:12.45", + "opValue": 12.45 } ``` 入参描述 @@ -166,10 +166,10 @@ POST 请求接口 ```json { "deviceId": 863256444266222, - "serviceCode": "testCode", - "serviceName": "测试遥控2", - "optDesc": "手动测试2", - "opValue": 0 + "serviceCode": "Locked", + "serviceName": "风机被锁定", + "optDesc": "风机锁定", + "opValue": 1 } ``` 入参描述