mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
fix: avoid return no data result
This commit is contained in:
@@ -112,7 +112,7 @@ func (this *BaseManager) rawBaseUrlRequest(s *mcclient.ClientSession,
|
||||
}
|
||||
|
||||
type ListResult struct {
|
||||
Data []jsonutils.JSONObject
|
||||
Data []jsonutils.JSONObject `json:"data,allowempty"`
|
||||
Total int
|
||||
Limit int
|
||||
Offset int
|
||||
|
||||
Reference in New Issue
Block a user