| | |
| | | }
|
| | |
|
| | | @Override
|
| | | public void pushWEEXUrl(Long uid, String weexUrl, String title, String content) throws PushException {
|
| | |
|
| | | }
|
| | |
|
| | | @Override
|
| | | public void pushZNX(Long uid, AccountMessage msg, SystemZnx systemZNX) throws PushException {
|
| | |
|
| | | JSONObject contentJson = new JSONObject();
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | @Override
|
| | | public void pushWEEX(Long uid, String title, String content, String weexUrl) throws PushException {
|
| | | // TODO 推送weex页面
|
| | |
|
| | | }
|
| | |
|
| | | @Override
|
| | | public void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException {
|
| | | // TODO 推送淘客百川链接
|
| | |
|
| | | }
|
| | |
|
| | | }
|