type main_response struct {
Service1 json.RawMessage `json:"service1"`
...
}
response := &main_response{
Service1: body,
return c.Status(code).JSON(response)
慕姐8265434
相关分类