|
@@ -32,6 +32,7 @@ const UserSchema = {
|
|
pid: { type: String, required: false }, // 父id
|
|
pid: { type: String, required: false }, // 父id
|
|
deptname: { type: String, required: false }, // 机构名称
|
|
deptname: { type: String, required: false }, // 机构名称
|
|
code: { type: String, required: false }, // 邀请码
|
|
code: { type: String, required: false }, // 邀请码
|
|
|
|
+ openid: { type: String, required: false }, // 微信openid
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|