瀏覽代碼

feat:新增属性

wangchuanjin 1 年之前
父節點
當前提交
1487f14b4c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
 }