소스 검색

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
 }