package proto type GeneralResp struct { Code int `json:"code"` Message string `json:"message"` Data any `json:"data"` } type CIDCallBackReq struct { Token string `json:"token" form:"token"` ID int `json:"id" form:"id"` }