package api type CommonStringResponse struct { Code int `json:"code"` Msg string `json:"msg"` Data string `json:"data"` }