修改:1、添加注释

This commit is contained in:
pengwang 2021-05-24 17:15:29 +08:00
parent dcc653d128
commit 0dbd64926d
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ func RouterWeb() {
//删除串口通信接口
deviceRouter.DELETE("/commSerialInterface", apiDeleteCommSerialInterface)
//调用设备服务
deviceRouter.POST("/service", apiInvokeService)
}