feat(work): 升级核心库

This commit is contained in:
Fu Diwei
2021-08-20 22:10:50 +08:00
parent c0b24b223f
commit 76b4ec74ea
55 changed files with 137 additions and 137 deletions

View File

@@ -20,7 +20,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
[Newtonsoft.Json.JsonProperty("TimeStamp")]
[System.Text.Json.Serialization.JsonPropertyName("TimeStamp")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.NumberTypedStringConverter))]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.NumericalStringConverter))]
public string Timestamp { get; set; } = default!;
[Newtonsoft.Json.JsonProperty("Nonce")]