消息推送重复修复

This commit is contained in:
guoshengxiong 2024-05-19 18:15:36 +08:00
parent 445dc68f77
commit 3607292880

View File

@ -48,7 +48,6 @@ public class UniPushServiceImpl implements UniPushService {
audience.addCid(alias);// cid
pushDTO.setAudience(audience);
if (pushApiHelper != null && pushApiHelper.getPushApi() != null) {
pushApiHelper.getPushApi().pushToSingleByCid(pushDTO);
// 进行cid单推
ApiResult<Map<String, Map<String, String>>> apiResult = pushApiHelper.getPushApi().pushToSingleByCid(pushDTO);
if (apiResult.isSuccess()) {