Files
open-anylink-web/src/const/msgConst.js

10 lines
122 B
JavaScript
Raw Normal View History

2024-09-08 23:49:43 +08:00
export const msgType = {
NO_MORE_MSG: 1,
USER_MSG: 2
}
2024-09-12 21:35:37 +08:00
2024-09-12 23:52:04 +08:00
export const PROTO = {
magic: 0x8e110b0b,
version: 0x01
}