适配登录方式传送机制

This commit is contained in:
dathlin
2017-07-24 20:54:40 +08:00
parent 417dc64fa7
commit 4fc472fced
5 changed files with 13 additions and 5 deletions

View File

@@ -58,7 +58,8 @@ namespace 软件系统浏览器模版.Controllers
JObject json = new JObject
{
{ UserAccount.UserNameText, new JValue(fc["UserName"]) },
{ UserAccount.PasswordText, new JValue(fc["UserPassword"]) }
{ UserAccount.PasswordText, new JValue(fc["UserPassword"]) },
{ UserAccount.LoginWayText, new JValue("webApp") }
};
result = UserClient.Net_simplify_client.ReadFromServer(CommonLibrary.CommonHeadCode.SimplifyHeadCode., json.ToString());
if (result.IsSuccess)