编写向服务器请求数据的相关函数
This commit is contained in:
@@ -50,7 +50,10 @@ namespace Interact
|
||||
{
|
||||
//发起登录完成事件
|
||||
if (head.Error != "")
|
||||
{
|
||||
OnLoginDone?.Invoke(head, null);
|
||||
return;
|
||||
}
|
||||
JObject dataObj = (JObject)JsonConvert.DeserializeObject(Encoding.UTF8.GetString(data));
|
||||
User user = new User
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user