-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Describe the effect you want to achieve
这是当前的消息
{
"randomId": "d9c3cc4e9626d37f",
"type": "chat",
"id": "444444444444",
"toId": "444444444444",
"sessionType": "1",
"fromUname": "fzdwx",
"chatMessage": {
"content": "qweqwe",
"sendTime": "2022-04-27 20:10:18",
"leftOrRight": "2",
"contentType": 1
}
}之后
123{
"randomId": "d9c3cc4e9626d37f",
"id": "444444444444",
"toId": "444444444444",
"sessionType": "1",
"fromUname": "fzdwx",
"chatMessage": {
"content": "qweqwe",
"sendTime": "2022-04-27 20:10:18",
"leftOrRight": "2",
"contentType": 1
}
}Describe the solution you'd like
在解析为JSON之前先读取一个int,来表示类型。
这将为性能带来提升
Metadata
Metadata
Assignees
Labels
enhancement新特性或请求新特性或请求
Type
Projects
Status
In Progress