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 } ``` 入参描述