更新NuGet包到4.0.0,并完成相关的修改适配工作,v1.7.8
This commit is contained in:
@@ -120,7 +120,7 @@ namespace ClientsLibrary
|
||||
{ "Name", UserAccount.UserName },
|
||||
{ "Role", roleCode }
|
||||
};
|
||||
HslCommunication.OperateResultString result = Net_simplify_client.ReadFromServer(CommonHeadCode.SimplifyHeadCode.检查角色权限,
|
||||
HslCommunication.OperateResult<string> result = Net_simplify_client.ReadFromServer(CommonHeadCode.SimplifyHeadCode.检查角色权限,
|
||||
json.ToString());
|
||||
|
||||
if(result.IsSuccess)
|
||||
|
||||
Reference in New Issue
Block a user