|
|
@@ -64,20 +64,20 @@ func (client *Client) SearchMediaWithCallback(request *SearchMediaRequest, callb
|
|
|
|
|
|
type SearchMediaRequest struct {
|
|
|
*requests.RpcRequest
|
|
|
- To string `position:"Query" name:"To"`
|
|
|
- PageSize requests.Integer `position:"Query" name:"PageSize"`
|
|
|
+ ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
|
|
|
+ ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
|
|
|
+ OwnerAccount string `position:"Query" name:"OwnerAccount"`
|
|
|
+ Description string `position:"Query" name:"Description"`
|
|
|
+ OwnerId requests.Integer `position:"Query" name:"OwnerId"`
|
|
|
+ Title string `position:"Query" name:"Title"`
|
|
|
+ PageNumber requests.Integer `position:"Query" name:"PageNumber"`
|
|
|
CateId string `position:"Query" name:"CateId"`
|
|
|
+ PageSize requests.Integer `position:"Query" name:"PageSize"`
|
|
|
+ From string `position:"Query" name:"From"`
|
|
|
SortBy string `position:"Query" name:"SortBy"`
|
|
|
- PageNumber requests.Integer `position:"Query" name:"PageNumber"`
|
|
|
+ To string `position:"Query" name:"To"`
|
|
|
Tag string `position:"Query" name:"Tag"`
|
|
|
KeyWord string `position:"Query" name:"KeyWord"`
|
|
|
- From string `position:"Query" name:"From"`
|
|
|
- OwnerId requests.Integer `position:"Query" name:"OwnerId"`
|
|
|
- Title string `position:"Query" name:"Title"`
|
|
|
- ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
|
|
|
- Description string `position:"Query" name:"Description"`
|
|
|
- ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
|
|
|
- OwnerAccount string `position:"Query" name:"OwnerAccount"`
|
|
|
}
|
|
|
|
|
|
type SearchMediaResponse struct {
|