| | |
| | | * @param content
|
| | | * @throws PushException
|
| | | */
|
| | | void pushGoods(Long uid, Long auctionId, String title, String content, List<String> listVersion) throws PushException;
|
| | | void pushGoods(Long uid, Long auctionId, String title, String content, String versions) throws PushException;
|
| | |
|
| | | /**
|
| | | * 推送链接
|
| | |
| | | * @param content
|
| | | * @throws PushException
|
| | | */
|
| | | void pushUrl(Long uid, String url, String title, String content, List<String> listVersion) throws PushException;
|
| | | void pushUrl(Long uid, String url, String title, String content, String versions) throws PushException;
|
| | |
|
| | | /**
|
| | | * 推送站内信
|
| | |
| | | * @param content
|
| | | * @throws PushException
|
| | | */
|
| | | void pushZNX(Long uId, AccountMessage msg, SystemZnx systemZNX, List<String> listVersion) throws PushException;
|
| | | void pushZNX(Long uId, AccountMessage msg, SystemZnx systemZNX, String versions) throws PushException;
|
| | |
|
| | | /**
|
| | | * 适用版本 1.4.8及以后 推送weex页面
|
| | |
| | | * @param weexUrl
|
| | | * @throws PushException
|
| | | */
|
| | | void pushWEEX(Long uid, String title, String content, String weexUrl, List<String> listVersion) throws PushException;
|
| | | void pushWEEX(Long uid, String title, String content, String weexUrl, String versions) throws PushException;
|
| | |
|
| | | /**
|
| | | * 适用版本 1.4.8及以后 推送百川网页
|
| | |
| | | * @param url
|
| | | * @throws PushException
|
| | | */
|
| | | void pushBaiChuanUrl(Long uid, String title, String content, String url, List<String> listVersion) throws PushException;
|
| | | void pushBaiChuanUrl(Long uid, String title, String content, String url, String versions) throws PushException;
|
| | |
|
| | | /**
|
| | | * 推送福利中心(版本号:1.5.1后)
|
| | |
| | | * @param content
|
| | | * @throws PushException
|
| | | */
|
| | | void pushWelfareCenter(Long uid, String title, String content, List<String> listVersion) throws PushException;
|
| | | void pushWelfareCenter(Long uid, String title, String content, String versions) throws PushException;
|
| | | }
|