package model type ImMessage struct { Content ImMessageContent `json:"content"` UserId int `json:"user_id"` SendId int `json:"send_id"` SysType string `json:"sys_type"` } type ImMessageContent struct { Money string `json:"money"` }