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 885bff4 commit bb6c5c9Copy full SHA for bb6c5c9
cn.jpush.api/report/ReportClient.cs
@@ -71,7 +71,7 @@ public String checkMsgids(String msgIds)
71
string trim = s.Trim();
72
if (!string.IsNullOrEmpty(trim))
73
{
74
- int.Parse(trim);
+ long.Parse(trim);
75
list.Add(trim);
76
}
77
0 commit comments