feat(wxapi): 重命名部分内部依赖属性

This commit is contained in:
Fu Diwei
2021-06-17 19:45:30 +08:00
parent 60b8d6cac1
commit 30d0eaadd4
15 changed files with 75 additions and 75 deletions

View File

@@ -21,7 +21,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api
if (client == null) throw new ArgumentNullException(nameof(client));
if (string.IsNullOrEmpty(callbackJson)) throw new ArgumentNullException(callbackJson);
return client.JsonSerializer.Deserialize<TEvent>(callbackJson);
return client.FlurlJsonSerializer.Deserialize<TEvent>(callbackJson);
}
/// <summary>