package model // 请求数据 type Body struct { UID string // 连接实例ID RawData []byte // 原始数据 Name string // 请求名 Data map[string]string // 数据Key }