瀏覽代碼

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

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 7 年之前
父節點
當前提交
07e5c70295
共有 2 個文件被更改,包括 6 次插入0 次删除
  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"`