Commit 1dc78cac by 宋毅

tj

parent ff45071c
......@@ -412,7 +412,7 @@ class AccessAuthAPI extends APIBase {
userName: pobj.mobile,
nickName: pobj.mobile,
mobile: pobj.mobile,
password: pobj.mobile
password: pobj.password || pobj.mobile
}
ruser = await this.userSve.register(param);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment