mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
feat(tenpayv2): 升级公共组件
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
@@ -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>
|
Reference in New Issue
Block a user