优化架构,新增路由

This commit is contained in:
robin
2022-07-09 02:54:00 +08:00
parent a9a4bd0981
commit 73c1343060
8 changed files with 3 additions and 30 deletions
@@ -3,6 +3,7 @@
* 账号密码注册
* @param {string} data.account 账号.
* @param {string} data.password 密码.
* @param {string} data.oid 机构id
* @return {boolean} 注册 是否 成功.
*/
module.exports = async (data) => {