修改:1、修改routerTool中获取通信报文接口返回值,Code改成0
This commit is contained in:
parent
e1707f1390
commit
4077b9021d
|
@ -35,7 +35,7 @@ func apiGetCommMessage(context *gin.Context) {
|
|||
}
|
||||
}
|
||||
context.JSON(http.StatusOK, ResponseData{
|
||||
Code: "1",
|
||||
Code: "0",
|
||||
Data: commMessageMap,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue