Selaa lähdekoodia

feat:新增属性

wangchuanjin 1 vuosi sitten
vanhempi
commit
1487f14b4c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      p/struct.go

+ 1 - 0
p/struct.go

@@ -623,6 +623,7 @@ type Entniche struct {
 
 // 用户基本信息-扩展
 type UserInfoExtend struct {
+	Object     map[string]interface{}
 	CreateTime int64 //
 	Size       int
 }