@@ -36,6 +36,7 @@ class UserService extends CrudService {
pid: data.pid,
deptname: data.deptname,
code: data.code,
+ openid: data.openid,
};
await this.ctx.curl(url, {
method: 'post',