瀏覽代碼

XSPACE SDK Auto Released By yanjiang.yy,Version:1.53.65

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 6 年之前
父節點
當前提交
5dadb50b91
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 3 0
      ChangeLog.txt
  2. 2 0
      services/xspace/struct_customize_fields.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-03-19 Version: 1.53.65
+1, format fields: tags, associatePerson
+
 2019-03-19 Version: 1.53.63
 1, Update Dependency
 

+ 2 - 0
services/xspace/struct_customize_fields.go

@@ -19,7 +19,9 @@ package xspace
 type CustomizeFields struct {
 	Cid                 string                                 `json:"Cid" xml:"Cid"`
 	AbcUrl              string                                 `json:"AbcUrl" xml:"AbcUrl"`
+	Tag                 string                                 `json:"Tag" xml:"Tag"`
 	DistributionLevel   string                                 `json:"DistributionLevel" xml:"DistributionLevel"`
+	AssociatePerson     string                                 `json:"AssociatePerson" xml:"AssociatePerson"`
 	MainAccountUid      string                                 `json:"MainAccountUid" xml:"MainAccountUid"`
 	AssociatePersonList AssociatePersonListInQueryCustomerById `json:"AssociatePersonList" xml:"AssociatePersonList"`
 }