feat(tenpayv2): 升级公共组件

This commit is contained in:
Fu Diwei
2022-02-23 20:54:06 +08:00
parent d622e858d4
commit e8403ef59d
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ namespace Newtonsoft.Json.Converters
if (!(jsonContractProperty.ShouldSerialize == null || jsonContractProperty.ShouldSerialize(value))) if (!(jsonContractProperty.ShouldSerialize == null || jsonContractProperty.ShouldSerialize(value)))
continue; continue;
string propertyName = jsonContractProperty.PropertyName; string propertyName = jsonContractProperty.PropertyName!;
object? propertyValue = jsonContractProperty.ValueProvider?.GetValue(value); object? propertyValue = jsonContractProperty.ValueProvider?.GetValue(value);
if (propertyValue is null) if (propertyValue is null)
{ {

View File

@@ -41,7 +41,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.2.0" /> <PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.3.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>