We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc53615 commit fd521c9Copy full SHA for fd521c9
Jiguang.JPush/Model/SmsMessage.cs
@@ -11,7 +11,7 @@ public class SmsMessage
11
[JsonProperty("content")]
12
public string Content { get; set; }
13
14
- [JsonProperty("delay_time")]
+ [JsonProperty("delay_time", DefaultValueHandling = DefaultValueHandling.Include)]
15
public int DelayTime { get; set; }
16
}
17
0 commit comments