|
|
|
@@ -66,7 +66,7 @@ type ObjectListByIDs struct { |
|
|
|
} |
|
|
|
|
|
|
|
func (r *ObjectListByIDs) MakeParam() *sdks.RequestParam { |
|
|
|
return sdks.MakeQueryParam(http.MethodGet, ObjectListByIDsPath, r) |
|
|
|
return sdks.MakeQueryParam(http.MethodPost, ObjectListByIDsPath, r) |
|
|
|
} |
|
|
|
|
|
|
|
type ObjectListByIDsResp struct { |
|
|
|
|