| | |
| | |
|
| | | @Override
|
| | | public void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException {
|
| | | // iosPushService.pushBaiChuanUrl(uid, title, content, url);
|
| | | iosPushService.pushBaiChuanUrl(uid, title, content, url);
|
| | | xmPushService.pushBaiChuanUrl(uid, title, content, url);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public void pushWelfareCenter(Long uid, String title, String content) throws PushException {
|
| | | iosPushService.pushWelfareCenter(uid, title, content);
|
| | | xmPushService.pushWelfareCenter(uid, title, content);
|
| | | }
|
| | |
|
| | | }
|