Browse Source

添加websocket的常量

pull/344/head
zhangxin 3 years ago
parent
commit
8093904378
1 changed files with 7 additions and 10 deletions
  1. +7
    -10
      models/base/ws.go

+ 7
- 10
models/base/ws.go View File

@ -1,10 +1,7 @@
/******************************************************************************
* @Function Name :
*-----------------------------------------------------------------------------
* @Description :
* @Function Parameters:
* @Return Value :
* @Author : Zhang Xin
* @Date : 2021/3/3 11:02
******************************************************************************/
package base
package base
const (
// websocket 属性
NAMESPACE_EODS = "EODS"
EVENT_STN_DATA = "STN_DATA"
)

Loading…
Cancel
Save