liuyu 5 年之前
父節點
當前提交
4165eb2834
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/service/user.js

+ 1 - 0
app/service/user.js

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