Commit 17bdbe04 authored by 吴宏宇's avatar 吴宏宇

Update UsersAppService.cs

parent 9acc16b6
......@@ -239,7 +239,7 @@ namespace BBM.ChatGLM.User
}
else
{
var password = "Zs." + phoneNumber.Substring(phoneNumber.Length - 6);
var password = "Zs" + phoneNumber.Substring(phoneNumber.Length - 6);
if (userRole == "管理员")
{
userRole = "admin";
......
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