消息推送重复修复
This commit is contained in:
parent
445dc68f77
commit
3607292880
@ -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()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user