Files
open-anylink-web/src/const/msgConst.js
2024-10-30 11:31:25 +08:00

13 lines
226 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const msgType = {
NO_MORE_MSG: 1,
USER_MSG: 2
}
export const proto = {
magic: 0x8e110b0b,
version: 0x01
}
// 和服务端约定好的第一个消息都是从10001开始的
export const BEGIN_MSG_ID = 10001