From a4162744e3a8941f2ae17e896ccf0525de7d2f90 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Sun, 9 Oct 2022 11:06:22 +0800 Subject: [PATCH] chore: update add user comment --- .../uniCloud/cloudfunctions/uni-id-co/index.obj.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js index c8a3f11..830fb19 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js @@ -217,6 +217,10 @@ module.exports = { * @param {String} params.nickname 昵称 * @param {Array} params.authorizedApp 允许登录的AppID列表 * @param {Array} params.role 用户角色列表 + * @param {String} params.mobile 手机号 + * @param {String} params.email 邮箱 + * @param {Array} params.tags 用户标签 + * @param {Number} params.status 用户状态 * @returns */ addUser, -- GitLab