...
|
...
|
@@ -61,6 +61,7 @@ public class InBoxController { |
|
|
throw new ServiceException(ServiceError.SMS_INBOX_UID_NULL);
|
|
|
}
|
|
|
JSONObject result = inBoxService.getTotalUnreadEx(reqBO.getUid());
|
|
|
logger.info("end getTotalUnread param is {}", reqBO);
|
|
|
return new ApiResponse(200,"操作成功",result);
|
|
|
}
|
|
|
|
...
|
...
|
|