| | |
| | | }
|
| | |
|
| | | @Override
|
| | | public PushGoods selectByPrimaryKey(Long id) throws PushGoodsException {
|
| | | public PushGoods selectByPrimaryKey(Long id) {
|
| | | return pushGoodsMapper.selectByPrimaryKey(id);
|
| | | }
|
| | |
|
| | |
| | | if (StringUtil.isNullOrEmpty(url)) {
|
| | | throw new PushGoodsException(1, "推送页面链接不存在");
|
| | | }
|
| | | url = url + "?id=" + pushGoods.getId() + "&otherId=" + pushGoods.getOtherId();
|
| | | |
| | | url = url + "?id=" + pushGoods.getId();
|
| | | // h活动全推
|
| | | pushService.pushUrl(pushGoods.getUid(), pushGoods.getTitle(), pushGoods.getContent(), url, listIOS, listAndroid);
|
| | | }
|