|
|
@ -5,6 +5,6 @@ type Result struct {
|
|
|
|
Fail bool `json:"fail" example:"false"`
|
|
|
|
Fail bool `json:"fail" example:"false"`
|
|
|
|
Message string `json:"message" example:"操作成功"`
|
|
|
|
Message string `json:"message" example:"操作成功"`
|
|
|
|
Total int `json:"total" example:"120"`
|
|
|
|
Total int `json:"total" example:"120"`
|
|
|
|
|
|
|
|
Datas []map[string]interface{} `json:"datas" `
|
|
|
|
Data map[string]interface{} `json:"data" `
|
|
|
|
Data map[string]interface{} `json:"data" `
|
|
|
|
Datas []map[string]interface{} `json:"data" `
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|