Skip to content

Commit bb6c5c9

Browse files
committed
xiugai report api return
1 parent 885bff4 commit bb6c5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cn.jpush.api/report/ReportClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public String checkMsgids(String msgIds)
7171
string trim = s.Trim();
7272
if (!string.IsNullOrEmpty(trim))
7373
{
74-
int.Parse(trim);
74+
long.Parse(trim);
7575
list.Add(trim);
7676
}
7777
}

0 commit comments

Comments
 (0)