修改清除缓存
This commit is contained in:
parent
7ddd6b449d
commit
df6ca929df
|
|
@ -140,7 +140,7 @@ namespace CloudGaming.Code.Config
|
|||
{
|
||||
var client = HttpClientFactory.CreateClient();
|
||||
var data = await client.GetAsync(url);
|
||||
resp = $"清除网络缓存{url}===》{data}";
|
||||
resp = $"清除网络缓存{url}===》{data.StatusCode}==>{data.Content.ReadAsStringAsync()}";
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user