package net type Response struct { Code int64 `json:"code"` Message string `json:"message"` Data any `json:"data"` }