Showing
1 changed file
with
1 additions
and
0 deletions
@@ -61,6 +61,7 @@ public class InBoxController { | @@ -61,6 +61,7 @@ public class InBoxController { | ||
61 | throw new ServiceException(ServiceError.SMS_INBOX_UID_NULL); | 61 | throw new ServiceException(ServiceError.SMS_INBOX_UID_NULL); |
62 | } | 62 | } |
63 | JSONObject result = inBoxService.getTotalUnreadEx(reqBO.getUid()); | 63 | JSONObject result = inBoxService.getTotalUnreadEx(reqBO.getUid()); |
64 | + logger.info("end getTotalUnread param is {}", reqBO); | ||
64 | return new ApiResponse(200,"操作成功",result); | 65 | return new ApiResponse(200,"操作成功",result); |
65 | } | 66 | } |
66 | 67 |
-
Please register or login to post a comment