Browse Source

由廷诚发起的CLOUDPHOTO SDK自动发布, BUILD_ID=460, 版本号:1.1.7

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 7 years ago
parent
commit
07e5c70295
2 changed files with 6 additions and 0 deletions
  1. 5 0
      ChangeLog.txt
  2. 1 0
      services/cloudphoto/edit_event.go

+ 5 - 0
ChangeLog.txt

@@ -1,3 +1,8 @@
+2018-03-07 Version: 1.1.7
+1, add GetAlbumsByNames
+2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
+3, add return IdStr for string
+
 2018-03-06 Version: 1.1.6
 1, add GetAlbumsByNames
 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent

+ 1 - 0
services/cloudphoto/edit_event.go

@@ -70,6 +70,7 @@ type EditEventRequest struct {
 	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"`