liuyu 5 years ago
parent
commit
4165eb2834
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/service/user.js

+ 1 - 0
app/service/user.js

@@ -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',