This commit is contained in:
zpc 2025-09-11 13:41:05 +08:00
parent cfdba65224
commit 947c8b9306

View File

@ -683,11 +683,7 @@ namespace CoreCms.Net.Services
}
}
return new WebApiCallBack()
{
status = false,
msg = "用户不存在"
};
return jm;
}
#endregion