type RespBody struct {
Code int `json:"code" dc:"Error code"`
Message string `json:"message" dc:"Error message"`
Platform string `json:"platform" dc:"Error Platform" `
Data interface{} `json:"data" dc:"Result data for certain request according API definition"`
}