瀏覽代碼

CLOUDPHOTO SDK Auto Released By shenshi,Version:1.53.47

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 6 年之前
父節點
當前提交
31e540fa37
共有 67 個文件被更改,包括 176 次插入173 次删除
  1. 3 0
      ChangeLog.txt
  2. 1 1
      services/cloudphoto/activate_photos.go
  3. 1 1
      services/cloudphoto/add_album_photos.go
  4. 1 1
      services/cloudphoto/create_album.go
  5. 8 8
      services/cloudphoto/create_event.go
  6. 6 6
      services/cloudphoto/create_photo.go
  7. 2 2
      services/cloudphoto/create_photo_store.go
  8. 3 3
      services/cloudphoto/create_transaction.go
  9. 1 1
      services/cloudphoto/delete_albums.go
  10. 1 1
      services/cloudphoto/delete_event.go
  11. 2 2
      services/cloudphoto/delete_faces.go
  12. 1 1
      services/cloudphoto/delete_photos.go
  13. 8 8
      services/cloudphoto/edit_event.go
  14. 3 3
      services/cloudphoto/edit_photo_store.go
  15. 5 5
      services/cloudphoto/edit_photos.go
  16. 4 4
      services/cloudphoto/fetch_album_tag_photos.go
  17. 1 1
      services/cloudphoto/fetch_libraries.go
  18. 5 5
      services/cloudphoto/fetch_moment_photos.go
  19. 5 5
      services/cloudphoto/fetch_photos.go
  20. 1 1
      services/cloudphoto/get_albums_by_names.go
  21. 1 1
      services/cloudphoto/get_download_url.go
  22. 1 1
      services/cloudphoto/get_download_urls.go
  23. 1 1
      services/cloudphoto/get_event.go
  24. 2 2
      services/cloudphoto/get_framed_photo_urls.go
  25. 1 1
      services/cloudphoto/get_library.go
  26. 1 1
      services/cloudphoto/get_photos.go
  27. 3 3
      services/cloudphoto/get_photos_by_md5s.go
  28. 2 2
      services/cloudphoto/get_private_access_urls.go
  29. 3 3
      services/cloudphoto/get_public_access_urls.go
  30. 1 1
      services/cloudphoto/get_quota.go
  31. 1 1
      services/cloudphoto/get_similar_photos.go
  32. 2 2
      services/cloudphoto/get_thumbnail.go
  33. 2 2
      services/cloudphoto/get_thumbnails.go
  34. 2 2
      services/cloudphoto/get_video_cover.go
  35. 1 1
      services/cloudphoto/inactivate_photos.go
  36. 1 1
      services/cloudphoto/like_photo.go
  37. 5 5
      services/cloudphoto/list_album_photos.go
  38. 4 4
      services/cloudphoto/list_albums.go
  39. 3 3
      services/cloudphoto/list_events.go
  40. 5 5
      services/cloudphoto/list_face_photos.go
  41. 5 5
      services/cloudphoto/list_faces.go
  42. 5 5
      services/cloudphoto/list_moment_photos.go
  43. 4 4
      services/cloudphoto/list_moments.go
  44. 1 1
      services/cloudphoto/list_photo_faces.go
  45. 1 1
      services/cloudphoto/list_photo_tags.go
  46. 4 4
      services/cloudphoto/list_photos.go
  47. 5 5
      services/cloudphoto/list_tag_photos.go
  48. 2 2
      services/cloudphoto/list_tags.go
  49. 5 5
      services/cloudphoto/list_time_line_photos.go
  50. 4 4
      services/cloudphoto/list_time_lines.go
  51. 2 2
      services/cloudphoto/merge_faces.go
  52. 2 2
      services/cloudphoto/move_album_photos.go
  53. 3 3
      services/cloudphoto/move_face_photos.go
  54. 1 1
      services/cloudphoto/reactivate_photos.go
  55. 8 8
      services/cloudphoto/register_photo.go
  56. 1 1
      services/cloudphoto/register_tag.go
  57. 1 1
      services/cloudphoto/remove_album_photos.go
  58. 2 2
      services/cloudphoto/remove_face_photos.go
  59. 2 2
      services/cloudphoto/rename_album.go
  60. 2 2
      services/cloudphoto/rename_face.go
  61. 3 3
      services/cloudphoto/search_photos.go
  62. 1 1
      services/cloudphoto/set_album_cover.go
  63. 2 2
      services/cloudphoto/set_face_cover.go
  64. 2 2
      services/cloudphoto/set_me.go
  65. 1 1
      services/cloudphoto/set_quota.go
  66. 2 2
      services/cloudphoto/tag_photo.go
  67. 1 1
      services/cloudphoto/toggle_features.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-03-15 Version: 1.53.47
+1,  Update Dependency
+
 2019-03-15 Version: 1.53.46
 1, update RemoveInstances, support  to delete 50 instances at a time. 
 

+ 1 - 1
services/cloudphoto/activate_photos.go

@@ -76,9 +76,9 @@ func (client *Client) ActivatePhotosWithCallback(request *ActivatePhotosRequest,
 // ActivatePhotosRequest is the request struct for api ActivatePhotos
 type ActivatePhotosRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
 }
 
 // ActivatePhotosResponse is the response struct for api ActivatePhotos

+ 1 - 1
services/cloudphoto/add_album_photos.go

@@ -76,10 +76,10 @@ func (client *Client) AddAlbumPhotosWithCallback(request *AddAlbumPhotosRequest,
 // AddAlbumPhotosRequest is the request struct for api AddAlbumPhotos
 type AddAlbumPhotosRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
 	PhotoId   *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // AddAlbumPhotosResponse is the response struct for api AddAlbumPhotos

+ 1 - 1
services/cloudphoto/create_album.go

@@ -77,9 +77,9 @@ func (client *Client) CreateAlbumWithCallback(request *CreateAlbumRequest, callb
 type CreateAlbumRequest struct {
 	*requests.RpcRequest
 	AlbumName string `position:"Query" name:"AlbumName"`
+	LibraryId string `position:"Query" name:"LibraryId"`
 	StoreName string `position:"Query" name:"StoreName"`
 	Remark    string `position:"Query" name:"Remark"`
-	LibraryId string `position:"Query" name:"LibraryId"`
 }
 
 // CreateAlbumResponse is the response struct for api CreateAlbum

+ 8 - 8
services/cloudphoto/create_event.go

@@ -76,17 +76,17 @@ func (client *Client) CreateEventWithCallback(request *CreateEventRequest, callb
 // CreateEventRequest is the request struct for api CreateEvent
 type CreateEventRequest struct {
 	*requests.RpcRequest
-	StoreName        string           `position:"Query" name:"StoreName"`
-	LibraryId        string           `position:"Query" name:"LibraryId"`
-	Title            string           `position:"Query" name:"Title"`
-	StartAt          requests.Integer `position:"Query" name:"StartAt"`
-	EndAt            requests.Integer `position:"Query" name:"EndAt"`
-	Identity         string           `position:"Query" name:"Identity"`
-	WeixinTitle      string           `position:"Query" name:"WeixinTitle"`
-	SplashPhotoId    string           `position:"Query" name:"SplashPhotoId"`
 	BannerPhotoId    string           `position:"Query" name:"BannerPhotoId"`
 	WatermarkPhotoId string           `position:"Query" name:"WatermarkPhotoId"`
+	Identity         string           `position:"Query" name:"Identity"`
+	SplashPhotoId    string           `position:"Query" name:"SplashPhotoId"`
+	LibraryId        string           `position:"Query" name:"LibraryId"`
+	WeixinTitle      string           `position:"Query" name:"WeixinTitle"`
+	StoreName        string           `position:"Query" name:"StoreName"`
 	Remark           string           `position:"Query" name:"Remark"`
+	Title            string           `position:"Query" name:"Title"`
+	EndAt            requests.Integer `position:"Query" name:"EndAt"`
+	StartAt          requests.Integer `position:"Query" name:"StartAt"`
 }
 
 // CreateEventResponse is the response struct for api CreateEvent

+ 6 - 6
services/cloudphoto/create_photo.go

@@ -76,16 +76,16 @@ func (client *Client) CreatePhotoWithCallback(request *CreatePhotoRequest, callb
 // CreatePhotoRequest is the request struct for api CreatePhoto
 type CreatePhotoRequest struct {
 	*requests.RpcRequest
-	FileId          string           `position:"Query" name:"FileId"`
-	SessionId       string           `position:"Query" name:"SessionId"`
-	UploadType      string           `position:"Query" name:"UploadType"`
+	TakenAt         requests.Integer `position:"Query" name:"TakenAt"`
 	PhotoTitle      string           `position:"Query" name:"PhotoTitle"`
+	LibraryId       string           `position:"Query" name:"LibraryId"`
+	ShareExpireTime requests.Integer `position:"Query" name:"ShareExpireTime"`
 	StoreName       string           `position:"Query" name:"StoreName"`
+	UploadType      string           `position:"Query" name:"UploadType"`
 	Remark          string           `position:"Query" name:"Remark"`
-	LibraryId       string           `position:"Query" name:"LibraryId"`
+	SessionId       string           `position:"Query" name:"SessionId"`
 	Staging         string           `position:"Query" name:"Staging"`
-	ShareExpireTime requests.Integer `position:"Query" name:"ShareExpireTime"`
-	TakenAt         requests.Integer `position:"Query" name:"TakenAt"`
+	FileId          string           `position:"Query" name:"FileId"`
 }
 
 // CreatePhotoResponse is the response struct for api CreatePhoto

+ 2 - 2
services/cloudphoto/create_photo_store.go

@@ -76,10 +76,10 @@ func (client *Client) CreatePhotoStoreWithCallback(request *CreatePhotoStoreRequ
 // CreatePhotoStoreRequest is the request struct for api CreatePhotoStore
 type CreatePhotoStoreRequest struct {
 	*requests.RpcRequest
-	StoreName    string           `position:"Query" name:"StoreName"`
-	DefaultQuota requests.Integer `position:"Query" name:"DefaultQuota"`
 	BucketName   string           `position:"Query" name:"BucketName"`
+	StoreName    string           `position:"Query" name:"StoreName"`
 	Remark       string           `position:"Query" name:"Remark"`
+	DefaultQuota requests.Integer `position:"Query" name:"DefaultQuota"`
 }
 
 // CreatePhotoStoreResponse is the response struct for api CreatePhotoStore

+ 3 - 3
services/cloudphoto/create_transaction.go

@@ -76,12 +76,12 @@ func (client *Client) CreateTransactionWithCallback(request *CreateTransactionRe
 // CreateTransactionRequest is the request struct for api CreateTransaction
 type CreateTransactionRequest struct {
 	*requests.RpcRequest
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Ext       string           `position:"Query" name:"Ext"`
+	Size      requests.Integer `position:"Query" name:"Size"`
+	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
 	Force     string           `position:"Query" name:"Force"`
 	Md5       string           `position:"Query" name:"Md5"`
-	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // CreateTransactionResponse is the response struct for api CreateTransaction

+ 1 - 1
services/cloudphoto/delete_albums.go

@@ -76,9 +76,9 @@ func (client *Client) DeleteAlbumsWithCallback(request *DeleteAlbumsRequest, cal
 // DeleteAlbumsRequest is the request struct for api DeleteAlbums
 type DeleteAlbumsRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	AlbumId   *[]string `position:"Query" name:"AlbumId"  type:"Repeated"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
 }
 
 // DeleteAlbumsResponse is the response struct for api DeleteAlbums

+ 1 - 1
services/cloudphoto/delete_event.go

@@ -77,8 +77,8 @@ func (client *Client) DeleteEventWithCallback(request *DeleteEventRequest, callb
 type DeleteEventRequest struct {
 	*requests.RpcRequest
 	EventId   requests.Integer `position:"Query" name:"EventId"`
-	StoreName string           `position:"Query" name:"StoreName"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
 }
 
 // DeleteEventResponse is the response struct for api DeleteEvent

+ 2 - 2
services/cloudphoto/delete_faces.go

@@ -76,9 +76,9 @@ func (client *Client) DeleteFacesWithCallback(request *DeleteFacesRequest, callb
 // DeleteFacesRequest is the request struct for api DeleteFaces
 type DeleteFacesRequest struct {
 	*requests.RpcRequest
-	FaceId    *[]string `position:"Query" name:"FaceId"  type:"Repeated"`
-	StoreName string    `position:"Query" name:"StoreName"`
 	LibraryId string    `position:"Query" name:"LibraryId"`
+	StoreName string    `position:"Query" name:"StoreName"`
+	FaceId    *[]string `position:"Query" name:"FaceId"  type:"Repeated"`
 }
 
 // DeleteFacesResponse is the response struct for api DeleteFaces

+ 1 - 1
services/cloudphoto/delete_photos.go

@@ -76,8 +76,8 @@ func (client *Client) DeletePhotosWithCallback(request *DeletePhotosRequest, cal
 // DeletePhotosRequest is the request struct for api DeletePhotos
 type DeletePhotosRequest struct {
 	*requests.RpcRequest
-	StoreName string    `position:"Query" name:"StoreName"`
 	LibraryId string    `position:"Query" name:"LibraryId"`
+	StoreName string    `position:"Query" name:"StoreName"`
 	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
 }
 

+ 8 - 8
services/cloudphoto/edit_event.go

@@ -76,18 +76,18 @@ func (client *Client) EditEventWithCallback(request *EditEventRequest, callback
 // EditEventRequest is the request struct for api EditEvent
 type EditEventRequest struct {
 	*requests.RpcRequest
-	StoreName        string           `position:"Query" name:"StoreName"`
-	LibraryId        string           `position:"Query" name:"LibraryId"`
 	EventId          string           `position:"Query" name:"EventId"`
-	Identity         string           `position:"Query" name:"Identity"`
-	Title            string           `position:"Query" name:"Title"`
-	StartAt          requests.Integer `position:"Query" name:"StartAt"`
-	EndAt            requests.Integer `position:"Query" name:"EndAt"`
-	WeixinTitle      string           `position:"Query" name:"WeixinTitle"`
-	SplashPhotoId    string           `position:"Query" name:"SplashPhotoId"`
 	BannerPhotoId    string           `position:"Query" name:"BannerPhotoId"`
 	WatermarkPhotoId string           `position:"Query" name:"WatermarkPhotoId"`
+	Identity         string           `position:"Query" name:"Identity"`
+	SplashPhotoId    string           `position:"Query" name:"SplashPhotoId"`
+	LibraryId        string           `position:"Query" name:"LibraryId"`
+	WeixinTitle      string           `position:"Query" name:"WeixinTitle"`
+	StoreName        string           `position:"Query" name:"StoreName"`
 	Remark           string           `position:"Query" name:"Remark"`
+	Title            string           `position:"Query" name:"Title"`
+	EndAt            requests.Integer `position:"Query" name:"EndAt"`
+	StartAt          requests.Integer `position:"Query" name:"StartAt"`
 }
 
 // EditEventResponse is the response struct for api EditEvent

+ 3 - 3
services/cloudphoto/edit_photo_store.go

@@ -77,11 +77,11 @@ func (client *Client) EditPhotoStoreWithCallback(request *EditPhotoStoreRequest,
 type EditPhotoStoreRequest struct {
 	*requests.RpcRequest
 	AutoCleanEnabled  string           `position:"Query" name:"AutoCleanEnabled"`
-	AutoCleanDays     requests.Integer `position:"Query" name:"AutoCleanDays"`
-	DefaultQuota      requests.Integer `position:"Query" name:"DefaultQuota"`
 	DefaultTrashQuota requests.Integer `position:"Query" name:"DefaultTrashQuota"`
-	Remark            string           `position:"Query" name:"Remark"`
 	StoreName         string           `position:"Query" name:"StoreName"`
+	Remark            string           `position:"Query" name:"Remark"`
+	DefaultQuota      requests.Integer `position:"Query" name:"DefaultQuota"`
+	AutoCleanDays     requests.Integer `position:"Query" name:"AutoCleanDays"`
 }
 
 // EditPhotoStoreResponse is the response struct for api EditPhotoStore

+ 5 - 5
services/cloudphoto/edit_photos.go

@@ -76,13 +76,13 @@ func (client *Client) EditPhotosWithCallback(request *EditPhotosRequest, callbac
 // EditPhotosRequest is the request struct for api EditPhotos
 type EditPhotosRequest struct {
 	*requests.RpcRequest
-	PhotoId         *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
-	ShareExpireTime requests.Integer `position:"Query" name:"ShareExpireTime"`
 	TakenAt         requests.Integer `position:"Query" name:"TakenAt"`
-	Title           string           `position:"Query" name:"Title"`
-	Remark          string           `position:"Query" name:"Remark"`
-	StoreName       string           `position:"Query" name:"StoreName"`
 	LibraryId       string           `position:"Query" name:"LibraryId"`
+	ShareExpireTime requests.Integer `position:"Query" name:"ShareExpireTime"`
+	PhotoId         *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
+	StoreName       string           `position:"Query" name:"StoreName"`
+	Remark          string           `position:"Query" name:"Remark"`
+	Title           string           `position:"Query" name:"Title"`
 }
 
 // EditPhotosResponse is the response struct for api EditPhotos

+ 4 - 4
services/cloudphoto/fetch_album_tag_photos.go

@@ -76,12 +76,12 @@ func (client *Client) FetchAlbumTagPhotosWithCallback(request *FetchAlbumTagPhot
 // FetchAlbumTagPhotosRequest is the request struct for api FetchAlbumTagPhotos
 type FetchAlbumTagPhotosRequest struct {
 	*requests.RpcRequest
-	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
-	TagId     requests.Integer `position:"Query" name:"TagId"`
 	Size      requests.Integer `position:"Query" name:"Size"`
-	Page      requests.Integer `position:"Query" name:"Page"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	TagId     requests.Integer `position:"Query" name:"TagId"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	Page      requests.Integer `position:"Query" name:"Page"`
 }
 
 // FetchAlbumTagPhotosResponse is the response struct for api FetchAlbumTagPhotos

+ 1 - 1
services/cloudphoto/fetch_libraries.go

@@ -76,9 +76,9 @@ func (client *Client) FetchLibrariesWithCallback(request *FetchLibrariesRequest,
 // FetchLibrariesRequest is the request struct for api FetchLibraries
 type FetchLibrariesRequest struct {
 	*requests.RpcRequest
+	Size      requests.Integer `position:"Query" name:"Size"`
 	StoreName string           `position:"Query" name:"StoreName"`
 	Page      requests.Integer `position:"Query" name:"Page"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 }
 
 // FetchLibrariesResponse is the response struct for api FetchLibraries

+ 5 - 5
services/cloudphoto/fetch_moment_photos.go

@@ -76,13 +76,13 @@ func (client *Client) FetchMomentPhotosWithCallback(request *FetchMomentPhotosRe
 // FetchMomentPhotosRequest is the request struct for api FetchMomentPhotos
 type FetchMomentPhotosRequest struct {
 	*requests.RpcRequest
-	MomentId  requests.Integer `position:"Query" name:"MomentId"`
-	OrderBy   string           `position:"Query" name:"OrderBy"`
-	Order     string           `position:"Query" name:"Order"`
 	Size      requests.Integer `position:"Query" name:"Size"`
-	Page      requests.Integer `position:"Query" name:"Page"`
-	StoreName string           `position:"Query" name:"StoreName"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	OrderBy   string           `position:"Query" name:"OrderBy"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	Page      requests.Integer `position:"Query" name:"Page"`
+	MomentId  requests.Integer `position:"Query" name:"MomentId"`
+	Order     string           `position:"Query" name:"Order"`
 }
 
 // FetchMomentPhotosResponse is the response struct for api FetchMomentPhotos

+ 5 - 5
services/cloudphoto/fetch_photos.go

@@ -76,13 +76,13 @@ func (client *Client) FetchPhotosWithCallback(request *FetchPhotosRequest, callb
 // FetchPhotosRequest is the request struct for api FetchPhotos
 type FetchPhotosRequest struct {
 	*requests.RpcRequest
-	State     string           `position:"Query" name:"State"`
-	OrderBy   string           `position:"Query" name:"OrderBy"`
-	Order     string           `position:"Query" name:"Order"`
 	Size      requests.Integer `position:"Query" name:"Size"`
-	Page      requests.Integer `position:"Query" name:"Page"`
-	StoreName string           `position:"Query" name:"StoreName"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	OrderBy   string           `position:"Query" name:"OrderBy"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	Page      requests.Integer `position:"Query" name:"Page"`
+	Order     string           `position:"Query" name:"Order"`
 }
 
 // FetchPhotosResponse is the response struct for api FetchPhotos

+ 1 - 1
services/cloudphoto/get_albums_by_names.go

@@ -76,9 +76,9 @@ func (client *Client) GetAlbumsByNamesWithCallback(request *GetAlbumsByNamesRequ
 // GetAlbumsByNamesRequest is the request struct for api GetAlbumsByNames
 type GetAlbumsByNamesRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	Name      *[]string `position:"Query" name:"Name"  type:"Repeated"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
 }
 
 // GetAlbumsByNamesResponse is the response struct for api GetAlbumsByNames

+ 1 - 1
services/cloudphoto/get_download_url.go

@@ -76,9 +76,9 @@ func (client *Client) GetDownloadUrlWithCallback(request *GetDownloadUrlRequest,
 // GetDownloadUrlRequest is the request struct for api GetDownloadUrl
 type GetDownloadUrlRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // GetDownloadUrlResponse is the response struct for api GetDownloadUrl

+ 1 - 1
services/cloudphoto/get_download_urls.go

@@ -76,9 +76,9 @@ func (client *Client) GetDownloadUrlsWithCallback(request *GetDownloadUrlsReques
 // GetDownloadUrlsRequest is the request struct for api GetDownloadUrls
 type GetDownloadUrlsRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
 }
 
 // GetDownloadUrlsResponse is the response struct for api GetDownloadUrls

+ 1 - 1
services/cloudphoto/get_event.go

@@ -77,8 +77,8 @@ func (client *Client) GetEventWithCallback(request *GetEventRequest, callback fu
 type GetEventRequest struct {
 	*requests.RpcRequest
 	EventId   requests.Integer `position:"Query" name:"EventId"`
-	StoreName string           `position:"Query" name:"StoreName"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
 }
 
 // GetEventResponse is the response struct for api GetEvent

+ 2 - 2
services/cloudphoto/get_framed_photo_urls.go

@@ -76,10 +76,10 @@ func (client *Client) GetFramedPhotoUrlsWithCallback(request *GetFramedPhotoUrls
 // GetFramedPhotoUrlsRequest is the request struct for api GetFramedPhotoUrls
 type GetFramedPhotoUrlsRequest struct {
 	*requests.RpcRequest
-	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
 	FrameId   string    `position:"Query" name:"FrameId"`
-	StoreName string    `position:"Query" name:"StoreName"`
 	LibraryId string    `position:"Query" name:"LibraryId"`
+	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
+	StoreName string    `position:"Query" name:"StoreName"`
 }
 
 // GetFramedPhotoUrlsResponse is the response struct for api GetFramedPhotoUrls

+ 1 - 1
services/cloudphoto/get_library.go

@@ -76,8 +76,8 @@ func (client *Client) GetLibraryWithCallback(request *GetLibraryRequest, callbac
 // GetLibraryRequest is the request struct for api GetLibrary
 type GetLibraryRequest struct {
 	*requests.RpcRequest
-	StoreName string `position:"Query" name:"StoreName"`
 	LibraryId string `position:"Query" name:"LibraryId"`
+	StoreName string `position:"Query" name:"StoreName"`
 }
 
 // GetLibraryResponse is the response struct for api GetLibrary

+ 1 - 1
services/cloudphoto/get_photos.go

@@ -76,9 +76,9 @@ func (client *Client) GetPhotosWithCallback(request *GetPhotosRequest, callback
 // GetPhotosRequest is the request struct for api GetPhotos
 type GetPhotosRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
 }
 
 // GetPhotosResponse is the response struct for api GetPhotos

+ 3 - 3
services/cloudphoto/get_photos_by_md5s.go

@@ -76,10 +76,10 @@ func (client *Client) GetPhotosByMd5sWithCallback(request *GetPhotosByMd5sReques
 // GetPhotosByMd5sRequest is the request struct for api GetPhotosByMd5s
 type GetPhotosByMd5sRequest struct {
 	*requests.RpcRequest
-	Md5       *[]string `position:"Query" name:"Md5"  type:"Repeated"`
-	State     string    `position:"Query" name:"State"`
-	StoreName string    `position:"Query" name:"StoreName"`
 	LibraryId string    `position:"Query" name:"LibraryId"`
+	StoreName string    `position:"Query" name:"StoreName"`
+	State     string    `position:"Query" name:"State"`
+	Md5       *[]string `position:"Query" name:"Md5"  type:"Repeated"`
 }
 
 // GetPhotosByMd5sResponse is the response struct for api GetPhotosByMd5s

+ 2 - 2
services/cloudphoto/get_private_access_urls.go

@@ -76,10 +76,10 @@ func (client *Client) GetPrivateAccessUrlsWithCallback(request *GetPrivateAccess
 // GetPrivateAccessUrlsRequest is the request struct for api GetPrivateAccessUrls
 type GetPrivateAccessUrlsRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
-	ZoomType  string    `position:"Query" name:"ZoomType"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
+	ZoomType  string    `position:"Query" name:"ZoomType"`
 }
 
 // GetPrivateAccessUrlsResponse is the response struct for api GetPrivateAccessUrls

+ 3 - 3
services/cloudphoto/get_public_access_urls.go

@@ -76,11 +76,11 @@ func (client *Client) GetPublicAccessUrlsWithCallback(request *GetPublicAccessUr
 // GetPublicAccessUrlsRequest is the request struct for api GetPublicAccessUrls
 type GetPublicAccessUrlsRequest struct {
 	*requests.RpcRequest
-	PhotoId    *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
-	ZoomType   string    `position:"Query" name:"ZoomType"`
 	DomainType string    `position:"Query" name:"DomainType"`
-	StoreName  string    `position:"Query" name:"StoreName"`
 	LibraryId  string    `position:"Query" name:"LibraryId"`
+	PhotoId    *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
+	StoreName  string    `position:"Query" name:"StoreName"`
+	ZoomType   string    `position:"Query" name:"ZoomType"`
 }
 
 // GetPublicAccessUrlsResponse is the response struct for api GetPublicAccessUrls

+ 1 - 1
services/cloudphoto/get_quota.go

@@ -76,8 +76,8 @@ func (client *Client) GetQuotaWithCallback(request *GetQuotaRequest, callback fu
 // GetQuotaRequest is the request struct for api GetQuota
 type GetQuotaRequest struct {
 	*requests.RpcRequest
-	StoreName string `position:"Query" name:"StoreName"`
 	LibraryId string `position:"Query" name:"LibraryId"`
+	StoreName string `position:"Query" name:"StoreName"`
 }
 
 // GetQuotaResponse is the response struct for api GetQuota

+ 1 - 1
services/cloudphoto/get_similar_photos.go

@@ -76,9 +76,9 @@ func (client *Client) GetSimilarPhotosWithCallback(request *GetSimilarPhotosRequ
 // GetSimilarPhotosRequest is the request struct for api GetSimilarPhotos
 type GetSimilarPhotosRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // GetSimilarPhotosResponse is the response struct for api GetSimilarPhotos

+ 2 - 2
services/cloudphoto/get_thumbnail.go

@@ -76,10 +76,10 @@ func (client *Client) GetThumbnailWithCallback(request *GetThumbnailRequest, cal
 // GetThumbnailRequest is the request struct for api GetThumbnail
 type GetThumbnailRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
-	ZoomType  string           `position:"Query" name:"ZoomType"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
+	ZoomType  string           `position:"Query" name:"ZoomType"`
 }
 
 // GetThumbnailResponse is the response struct for api GetThumbnail

+ 2 - 2
services/cloudphoto/get_thumbnails.go

@@ -76,10 +76,10 @@ func (client *Client) GetThumbnailsWithCallback(request *GetThumbnailsRequest, c
 // GetThumbnailsRequest is the request struct for api GetThumbnails
 type GetThumbnailsRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
-	ZoomType  string    `position:"Query" name:"ZoomType"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
+	ZoomType  string    `position:"Query" name:"ZoomType"`
 }
 
 // GetThumbnailsResponse is the response struct for api GetThumbnails

+ 2 - 2
services/cloudphoto/get_video_cover.go

@@ -76,10 +76,10 @@ func (client *Client) GetVideoCoverWithCallback(request *GetVideoCoverRequest, c
 // GetVideoCoverRequest is the request struct for api GetVideoCover
 type GetVideoCoverRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
-	ZoomType  string           `position:"Query" name:"ZoomType"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
+	ZoomType  string           `position:"Query" name:"ZoomType"`
 }
 
 // GetVideoCoverResponse is the response struct for api GetVideoCover

+ 1 - 1
services/cloudphoto/inactivate_photos.go

@@ -76,9 +76,9 @@ func (client *Client) InactivatePhotosWithCallback(request *InactivatePhotosRequ
 // InactivatePhotosRequest is the request struct for api InactivatePhotos
 type InactivatePhotosRequest struct {
 	*requests.RpcRequest
+	LibraryId    string           `position:"Query" name:"LibraryId"`
 	PhotoId      *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName    string           `position:"Query" name:"StoreName"`
-	LibraryId    string           `position:"Query" name:"LibraryId"`
 	InactiveTime requests.Integer `position:"Query" name:"InactiveTime"`
 }
 

+ 1 - 1
services/cloudphoto/like_photo.go

@@ -76,9 +76,9 @@ func (client *Client) LikePhotoWithCallback(request *LikePhotoRequest, callback
 // LikePhotoRequest is the request struct for api LikePhoto
 type LikePhotoRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // LikePhotoResponse is the response struct for api LikePhoto

+ 5 - 5
services/cloudphoto/list_album_photos.go

@@ -76,13 +76,13 @@ func (client *Client) ListAlbumPhotosWithCallback(request *ListAlbumPhotosReques
 // ListAlbumPhotosRequest is the request struct for api ListAlbumPhotos
 type ListAlbumPhotosRequest struct {
 	*requests.RpcRequest
-	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	Size      requests.Integer `position:"Query" name:"Size"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListAlbumPhotosResponse is the response struct for api ListAlbumPhotos

+ 4 - 4
services/cloudphoto/list_albums.go

@@ -76,12 +76,12 @@ func (client *Client) ListAlbumsWithCallback(request *ListAlbumsRequest, callbac
 // ListAlbumsRequest is the request struct for api ListAlbums
 type ListAlbumsRequest struct {
 	*requests.RpcRequest
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	Size      requests.Integer `position:"Query" name:"Size"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListAlbumsResponse is the response struct for api ListAlbums

+ 3 - 3
services/cloudphoto/list_events.go

@@ -76,11 +76,11 @@ func (client *Client) ListEventsWithCallback(request *ListEventsRequest, callbac
 // ListEventsRequest is the request struct for api ListEvents
 type ListEventsRequest struct {
 	*requests.RpcRequest
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
+	Size      requests.Integer `position:"Query" name:"Size"`
 	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListEventsResponse is the response struct for api ListEvents

+ 5 - 5
services/cloudphoto/list_face_photos.go

@@ -76,13 +76,13 @@ func (client *Client) ListFacePhotosWithCallback(request *ListFacePhotosRequest,
 // ListFacePhotosRequest is the request struct for api ListFacePhotos
 type ListFacePhotosRequest struct {
 	*requests.RpcRequest
-	FaceId    requests.Integer `position:"Query" name:"FaceId"`
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	Size      requests.Integer `position:"Query" name:"Size"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	FaceId    requests.Integer `position:"Query" name:"FaceId"`
+	State     string           `position:"Query" name:"State"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListFacePhotosResponse is the response struct for api ListFacePhotos

+ 5 - 5
services/cloudphoto/list_faces.go

@@ -76,13 +76,13 @@ func (client *Client) ListFacesWithCallback(request *ListFacesRequest, callback
 // ListFacesRequest is the request struct for api ListFaces
 type ListFacesRequest struct {
 	*requests.RpcRequest
-	Direction   string           `position:"Query" name:"Direction"`
-	Size        requests.Integer `position:"Query" name:"Size"`
 	Cursor      string           `position:"Query" name:"Cursor"`
-	State       string           `position:"Query" name:"State"`
-	StoreName   string           `position:"Query" name:"StoreName"`
-	LibraryId   string           `position:"Query" name:"LibraryId"`
 	HasFaceName string           `position:"Query" name:"HasFaceName"`
+	Size        requests.Integer `position:"Query" name:"Size"`
+	LibraryId   string           `position:"Query" name:"LibraryId"`
+	StoreName   string           `position:"Query" name:"StoreName"`
+	State       string           `position:"Query" name:"State"`
+	Direction   string           `position:"Query" name:"Direction"`
 }
 
 // ListFacesResponse is the response struct for api ListFaces

+ 5 - 5
services/cloudphoto/list_moment_photos.go

@@ -76,13 +76,13 @@ func (client *Client) ListMomentPhotosWithCallback(request *ListMomentPhotosRequ
 // ListMomentPhotosRequest is the request struct for api ListMomentPhotos
 type ListMomentPhotosRequest struct {
 	*requests.RpcRequest
-	MomentId  requests.Integer `position:"Query" name:"MomentId"`
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	Size      requests.Integer `position:"Query" name:"Size"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	MomentId  requests.Integer `position:"Query" name:"MomentId"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListMomentPhotosResponse is the response struct for api ListMomentPhotos

+ 4 - 4
services/cloudphoto/list_moments.go

@@ -76,12 +76,12 @@ func (client *Client) ListMomentsWithCallback(request *ListMomentsRequest, callb
 // ListMomentsRequest is the request struct for api ListMoments
 type ListMomentsRequest struct {
 	*requests.RpcRequest
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	Size      requests.Integer `position:"Query" name:"Size"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListMomentsResponse is the response struct for api ListMoments

+ 1 - 1
services/cloudphoto/list_photo_faces.go

@@ -76,9 +76,9 @@ func (client *Client) ListPhotoFacesWithCallback(request *ListPhotoFacesRequest,
 // ListPhotoFacesRequest is the request struct for api ListPhotoFaces
 type ListPhotoFacesRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // ListPhotoFacesResponse is the response struct for api ListPhotoFaces

+ 1 - 1
services/cloudphoto/list_photo_tags.go

@@ -76,9 +76,9 @@ func (client *Client) ListPhotoTagsWithCallback(request *ListPhotoTagsRequest, c
 // ListPhotoTagsRequest is the request struct for api ListPhotoTags
 type ListPhotoTagsRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 	Lang      string           `position:"Query" name:"Lang"`
 }
 

+ 4 - 4
services/cloudphoto/list_photos.go

@@ -76,12 +76,12 @@ func (client *Client) ListPhotosWithCallback(request *ListPhotosRequest, callbac
 // ListPhotosRequest is the request struct for api ListPhotos
 type ListPhotosRequest struct {
 	*requests.RpcRequest
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	Size      requests.Integer `position:"Query" name:"Size"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListPhotosResponse is the response struct for api ListPhotos

+ 5 - 5
services/cloudphoto/list_tag_photos.go

@@ -76,13 +76,13 @@ func (client *Client) ListTagPhotosWithCallback(request *ListTagPhotosRequest, c
 // ListTagPhotosRequest is the request struct for api ListTagPhotos
 type ListTagPhotosRequest struct {
 	*requests.RpcRequest
-	TagId     requests.Integer `position:"Query" name:"TagId"`
-	Direction string           `position:"Query" name:"Direction"`
-	Size      requests.Integer `position:"Query" name:"Size"`
 	Cursor    string           `position:"Query" name:"Cursor"`
-	State     string           `position:"Query" name:"State"`
-	StoreName string           `position:"Query" name:"StoreName"`
+	Size      requests.Integer `position:"Query" name:"Size"`
+	TagId     requests.Integer `position:"Query" name:"TagId"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	State     string           `position:"Query" name:"State"`
+	Direction string           `position:"Query" name:"Direction"`
 }
 
 // ListTagPhotosResponse is the response struct for api ListTagPhotos

+ 2 - 2
services/cloudphoto/list_tags.go

@@ -76,9 +76,9 @@ func (client *Client) ListTagsWithCallback(request *ListTagsRequest, callback fu
 // ListTagsRequest is the request struct for api ListTags
 type ListTagsRequest struct {
 	*requests.RpcRequest
-	Lang      string `position:"Query" name:"Lang"`
-	StoreName string `position:"Query" name:"StoreName"`
 	LibraryId string `position:"Query" name:"LibraryId"`
+	StoreName string `position:"Query" name:"StoreName"`
+	Lang      string `position:"Query" name:"Lang"`
 }
 
 // ListTagsResponse is the response struct for api ListTags

+ 5 - 5
services/cloudphoto/list_time_line_photos.go

@@ -76,15 +76,15 @@ func (client *Client) ListTimeLinePhotosWithCallback(request *ListTimeLinePhotos
 // ListTimeLinePhotosRequest is the request struct for api ListTimeLinePhotos
 type ListTimeLinePhotosRequest struct {
 	*requests.RpcRequest
-	Direction string           `position:"Query" name:"Direction"`
-	Page      requests.Integer `position:"Query" name:"Page"`
 	Size      requests.Integer `position:"Query" name:"Size"`
-	StartTime requests.Integer `position:"Query" name:"StartTime"`
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	EndTime   requests.Integer `position:"Query" name:"EndTime"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	Page      requests.Integer `position:"Query" name:"Page"`
+	StartTime requests.Integer `position:"Query" name:"StartTime"`
 	FilterBy  string           `position:"Query" name:"FilterBy"`
+	Direction string           `position:"Query" name:"Direction"`
 	Order     string           `position:"Query" name:"Order"`
-	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // ListTimeLinePhotosResponse is the response struct for api ListTimeLinePhotos

+ 4 - 4
services/cloudphoto/list_time_lines.go

@@ -76,15 +76,15 @@ func (client *Client) ListTimeLinesWithCallback(request *ListTimeLinesRequest, c
 // ListTimeLinesRequest is the request struct for api ListTimeLines
 type ListTimeLinesRequest struct {
 	*requests.RpcRequest
-	Direction     string           `position:"Query" name:"Direction"`
-	PhotoSize     requests.Integer `position:"Query" name:"PhotoSize"`
 	Cursor        requests.Integer `position:"Query" name:"Cursor"`
+	PhotoSize     requests.Integer `position:"Query" name:"PhotoSize"`
 	TimeLineCount requests.Integer `position:"Query" name:"TimeLineCount"`
+	LibraryId     string           `position:"Query" name:"LibraryId"`
+	StoreName     string           `position:"Query" name:"StoreName"`
 	TimeLineUnit  string           `position:"Query" name:"TimeLineUnit"`
 	FilterBy      string           `position:"Query" name:"FilterBy"`
+	Direction     string           `position:"Query" name:"Direction"`
 	Order         string           `position:"Query" name:"Order"`
-	StoreName     string           `position:"Query" name:"StoreName"`
-	LibraryId     string           `position:"Query" name:"LibraryId"`
 }
 
 // ListTimeLinesResponse is the response struct for api ListTimeLines

+ 2 - 2
services/cloudphoto/merge_faces.go

@@ -76,10 +76,10 @@ func (client *Client) MergeFacesWithCallback(request *MergeFacesRequest, callbac
 // MergeFacesRequest is the request struct for api MergeFaces
 type MergeFacesRequest struct {
 	*requests.RpcRequest
-	FaceId       *[]string        `position:"Query" name:"FaceId"  type:"Repeated"`
+	LibraryId    string           `position:"Query" name:"LibraryId"`
 	TargetFaceId requests.Integer `position:"Query" name:"TargetFaceId"`
 	StoreName    string           `position:"Query" name:"StoreName"`
-	LibraryId    string           `position:"Query" name:"LibraryId"`
+	FaceId       *[]string        `position:"Query" name:"FaceId"  type:"Repeated"`
 }
 
 // MergeFacesResponse is the response struct for api MergeFaces

+ 2 - 2
services/cloudphoto/move_album_photos.go

@@ -77,10 +77,10 @@ func (client *Client) MoveAlbumPhotosWithCallback(request *MoveAlbumPhotosReques
 type MoveAlbumPhotosRequest struct {
 	*requests.RpcRequest
 	SourceAlbumId requests.Integer `position:"Query" name:"SourceAlbumId"`
-	PhotoId       *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
 	TargetAlbumId requests.Integer `position:"Query" name:"TargetAlbumId"`
-	StoreName     string           `position:"Query" name:"StoreName"`
 	LibraryId     string           `position:"Query" name:"LibraryId"`
+	PhotoId       *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
+	StoreName     string           `position:"Query" name:"StoreName"`
 }
 
 // MoveAlbumPhotosResponse is the response struct for api MoveAlbumPhotos

+ 3 - 3
services/cloudphoto/move_face_photos.go

@@ -76,11 +76,11 @@ func (client *Client) MoveFacePhotosWithCallback(request *MoveFacePhotosRequest,
 // MoveFacePhotosRequest is the request struct for api MoveFacePhotos
 type MoveFacePhotosRequest struct {
 	*requests.RpcRequest
-	SourceFaceId requests.Integer `position:"Query" name:"SourceFaceId"`
-	PhotoId      *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
+	LibraryId    string           `position:"Query" name:"LibraryId"`
 	TargetFaceId requests.Integer `position:"Query" name:"TargetFaceId"`
+	PhotoId      *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName    string           `position:"Query" name:"StoreName"`
-	LibraryId    string           `position:"Query" name:"LibraryId"`
+	SourceFaceId requests.Integer `position:"Query" name:"SourceFaceId"`
 }
 
 // MoveFacePhotosResponse is the response struct for api MoveFacePhotos

+ 1 - 1
services/cloudphoto/reactivate_photos.go

@@ -76,9 +76,9 @@ func (client *Client) ReactivatePhotosWithCallback(request *ReactivatePhotosRequ
 // ReactivatePhotosRequest is the request struct for api ReactivatePhotos
 type ReactivatePhotosRequest struct {
 	*requests.RpcRequest
+	LibraryId string    `position:"Query" name:"LibraryId"`
 	PhotoId   *[]string `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName string    `position:"Query" name:"StoreName"`
-	LibraryId string    `position:"Query" name:"LibraryId"`
 }
 
 // ReactivatePhotosResponse is the response struct for api ReactivatePhotos

+ 8 - 8
services/cloudphoto/register_photo.go

@@ -76,19 +76,19 @@ func (client *Client) RegisterPhotoWithCallback(request *RegisterPhotoRequest, c
 // RegisterPhotoRequest is the request struct for api RegisterPhoto
 type RegisterPhotoRequest struct {
 	*requests.RpcRequest
-	TakenAt    requests.Integer `position:"Query" name:"TakenAt"`
-	Location   string           `position:"Query" name:"Location"`
-	StoreName  string           `position:"Query" name:"StoreName"`
 	LibraryId  string           `position:"Query" name:"LibraryId"`
 	Latitude   requests.Float   `position:"Query" name:"Latitude"`
-	Longitude  requests.Float   `position:"Query" name:"Longitude"`
+	PhotoTitle string           `position:"Query" name:"PhotoTitle"`
+	StoreName  string           `position:"Query" name:"StoreName"`
+	IsVideo    string           `position:"Query" name:"IsVideo"`
+	Remark     string           `position:"Query" name:"Remark"`
+	Size       requests.Integer `position:"Query" name:"Size"`
+	TakenAt    requests.Integer `position:"Query" name:"TakenAt"`
 	Width      requests.Integer `position:"Query" name:"Width"`
+	Location   string           `position:"Query" name:"Location"`
+	Longitude  requests.Float   `position:"Query" name:"Longitude"`
 	Height     requests.Integer `position:"Query" name:"Height"`
-	IsVideo    string           `position:"Query" name:"IsVideo"`
 	Md5        string           `position:"Query" name:"Md5"`
-	Size       requests.Integer `position:"Query" name:"Size"`
-	PhotoTitle string           `position:"Query" name:"PhotoTitle"`
-	Remark     string           `position:"Query" name:"Remark"`
 }
 
 // RegisterPhotoResponse is the response struct for api RegisterPhoto

+ 1 - 1
services/cloudphoto/register_tag.go

@@ -77,9 +77,9 @@ func (client *Client) RegisterTagWithCallback(request *RegisterTagRequest, callb
 type RegisterTagRequest struct {
 	*requests.RpcRequest
 	StoreName string `position:"Query" name:"StoreName"`
+	Text      string `position:"Query" name:"Text"`
 	TagKey    string `position:"Query" name:"TagKey"`
 	Lang      string `position:"Query" name:"Lang"`
-	Text      string `position:"Query" name:"Text"`
 }
 
 // RegisterTagResponse is the response struct for api RegisterTag

+ 1 - 1
services/cloudphoto/remove_album_photos.go

@@ -76,10 +76,10 @@ func (client *Client) RemoveAlbumPhotosWithCallback(request *RemoveAlbumPhotosRe
 // RemoveAlbumPhotosRequest is the request struct for api RemoveAlbumPhotos
 type RemoveAlbumPhotosRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
 	PhotoId   *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // RemoveAlbumPhotosResponse is the response struct for api RemoveAlbumPhotos

+ 2 - 2
services/cloudphoto/remove_face_photos.go

@@ -76,10 +76,10 @@ func (client *Client) RemoveFacePhotosWithCallback(request *RemoveFacePhotosRequ
 // RemoveFacePhotosRequest is the request struct for api RemoveFacePhotos
 type RemoveFacePhotosRequest struct {
 	*requests.RpcRequest
-	FaceId    requests.Integer `position:"Query" name:"FaceId"`
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   *[]string        `position:"Query" name:"PhotoId"  type:"Repeated"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
+	FaceId    requests.Integer `position:"Query" name:"FaceId"`
 }
 
 // RemoveFacePhotosResponse is the response struct for api RemoveFacePhotos

+ 2 - 2
services/cloudphoto/rename_album.go

@@ -76,10 +76,10 @@ func (client *Client) RenameAlbumWithCallback(request *RenameAlbumRequest, callb
 // RenameAlbumRequest is the request struct for api RenameAlbum
 type RenameAlbumRequest struct {
 	*requests.RpcRequest
-	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
 	AlbumName string           `position:"Query" name:"AlbumName"`
-	StoreName string           `position:"Query" name:"StoreName"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
+	StoreName string           `position:"Query" name:"StoreName"`
 }
 
 // RenameAlbumResponse is the response struct for api RenameAlbum

+ 2 - 2
services/cloudphoto/rename_face.go

@@ -76,10 +76,10 @@ func (client *Client) RenameFaceWithCallback(request *RenameFaceRequest, callbac
 // RenameFaceRequest is the request struct for api RenameFace
 type RenameFaceRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
 	FaceId    requests.Integer `position:"Query" name:"FaceId"`
 	FaceName  string           `position:"Query" name:"FaceName"`
-	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // RenameFaceResponse is the response struct for api RenameFace

+ 3 - 3
services/cloudphoto/search_photos.go

@@ -76,11 +76,11 @@ func (client *Client) SearchPhotosWithCallback(request *SearchPhotosRequest, cal
 // SearchPhotosRequest is the request struct for api SearchPhotos
 type SearchPhotosRequest struct {
 	*requests.RpcRequest
-	Page      requests.Integer `position:"Query" name:"Page"`
 	Size      requests.Integer `position:"Query" name:"Size"`
-	Keyword   string           `position:"Query" name:"Keyword"`
-	StoreName string           `position:"Query" name:"StoreName"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	Page      requests.Integer `position:"Query" name:"Page"`
+	Keyword   string           `position:"Query" name:"Keyword"`
 }
 
 // SearchPhotosResponse is the response struct for api SearchPhotos

+ 1 - 1
services/cloudphoto/set_album_cover.go

@@ -76,10 +76,10 @@ func (client *Client) SetAlbumCoverWithCallback(request *SetAlbumCoverRequest, c
 // SetAlbumCoverRequest is the request struct for api SetAlbumCover
 type SetAlbumCoverRequest struct {
 	*requests.RpcRequest
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	AlbumId   requests.Integer `position:"Query" name:"AlbumId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
 }
 
 // SetAlbumCoverResponse is the response struct for api SetAlbumCover

+ 2 - 2
services/cloudphoto/set_face_cover.go

@@ -76,10 +76,10 @@ func (client *Client) SetFaceCoverWithCallback(request *SetFaceCoverRequest, cal
 // SetFaceCoverRequest is the request struct for api SetFaceCover
 type SetFaceCoverRequest struct {
 	*requests.RpcRequest
-	FaceId    requests.Integer `position:"Query" name:"FaceId"`
+	LibraryId string           `position:"Query" name:"LibraryId"`
 	PhotoId   requests.Integer `position:"Query" name:"PhotoId"`
 	StoreName string           `position:"Query" name:"StoreName"`
-	LibraryId string           `position:"Query" name:"LibraryId"`
+	FaceId    requests.Integer `position:"Query" name:"FaceId"`
 }
 
 // SetFaceCoverResponse is the response struct for api SetFaceCover

+ 2 - 2
services/cloudphoto/set_me.go

@@ -76,9 +76,9 @@ func (client *Client) SetMeWithCallback(request *SetMeRequest, callback func(res
 // SetMeRequest is the request struct for api SetMe
 type SetMeRequest struct {
 	*requests.RpcRequest
-	FaceId    requests.Integer `position:"Query" name:"FaceId"`
-	StoreName string           `position:"Query" name:"StoreName"`
 	LibraryId string           `position:"Query" name:"LibraryId"`
+	StoreName string           `position:"Query" name:"StoreName"`
+	FaceId    requests.Integer `position:"Query" name:"FaceId"`
 }
 
 // SetMeResponse is the response struct for api SetMe

+ 1 - 1
services/cloudphoto/set_quota.go

@@ -77,8 +77,8 @@ func (client *Client) SetQuotaWithCallback(request *SetQuotaRequest, callback fu
 type SetQuotaRequest struct {
 	*requests.RpcRequest
 	TotalQuota requests.Integer `position:"Query" name:"TotalQuota"`
-	StoreName  string           `position:"Query" name:"StoreName"`
 	LibraryId  string           `position:"Query" name:"LibraryId"`
+	StoreName  string           `position:"Query" name:"StoreName"`
 }
 
 // SetQuotaResponse is the response struct for api SetQuota

+ 2 - 2
services/cloudphoto/tag_photo.go

@@ -76,11 +76,11 @@ func (client *Client) TagPhotoWithCallback(request *TagPhotoRequest, callback fu
 // TagPhotoRequest is the request struct for api TagPhoto
 type TagPhotoRequest struct {
 	*requests.RpcRequest
-	StoreName  string           `position:"Query" name:"StoreName"`
 	LibraryId  string           `position:"Query" name:"LibraryId"`
-	TagKey     *[]string        `position:"Query" name:"TagKey"  type:"Repeated"`
 	Confidence *[]string        `position:"Query" name:"Confidence"  type:"Repeated"`
+	StoreName  string           `position:"Query" name:"StoreName"`
 	PhotoId    requests.Integer `position:"Query" name:"PhotoId"`
+	TagKey     *[]string        `position:"Query" name:"TagKey"  type:"Repeated"`
 }
 
 // TagPhotoResponse is the response struct for api TagPhoto

+ 1 - 1
services/cloudphoto/toggle_features.go

@@ -76,9 +76,9 @@ func (client *Client) ToggleFeaturesWithCallback(request *ToggleFeaturesRequest,
 // ToggleFeaturesRequest is the request struct for api ToggleFeatures
 type ToggleFeaturesRequest struct {
 	*requests.RpcRequest
+	DisabledFeatures *[]string `position:"Query" name:"DisabledFeatures"  type:"Repeated"`
 	StoreName        string    `position:"Query" name:"StoreName"`
 	EnabledFeatures  *[]string `position:"Query" name:"EnabledFeatures"  type:"Repeated"`
-	DisabledFeatures *[]string `position:"Query" name:"DisabledFeatures"  type:"Repeated"`
 }
 
 // ToggleFeaturesResponse is the response struct for api ToggleFeatures