📅  最后修改于: 2022-03-11 15:00:49.102000             🧑  作者: Mango
HttpResponseMessage response = _client.GetAsync("/get").Result;
string res = await response.Content.ReadAsStringAsync();
return await JsonConvert.DeserializeObjectAsync(res);