liuyu 5 năm trước cách đây
mục cha
commit
4165eb2834
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',