package md type IcbcRes struct { ResponseBizContent struct { CusCredit int `json:"cusCredit"` MsgID string `json:"msg_id"` ReturnCode int64 `json:"return_code"` ReturnMsg string `json:"return_msg"` Success bool `json:"success"` } `json:"response_biz_content"` Sign string `json:"sign"` }