|
|
@@ -210,7 +210,7 @@ public class MessageServiceImpl implements MessageService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public Map<String, Object> getMessageCount(String receiverUu, String receiverEnuu, String type, String consumerApp,
|
|
|
+ public Map<String, Object> getMessageCount(String receiverUu, String receiverEnuu, String consumerApp, String type,
|
|
|
String isRead) {
|
|
|
if (StringUtils.isEmpty(receiverUu) || StringUtils.isEmpty(receiverEnuu)) {
|
|
|
throw new ParameterMissingException("接收人信息为空");
|