| | |
| | | |
| | | @Async("pushExecutor") |
| | | @Override |
| | | public void pushGoods(Long uid, Long auctionId, String title, String content, String versionCodes, SystemEnum system) |
| | | public void pushGoods(Long uid, String auctionId, String title, String content, String versionCodes, SystemEnum system) |
| | | throws PushException { |
| | | |
| | | String url = "https://item.taobao.com/item.htm?id=" + auctionId; |
| | |
| | | |
| | | /** |
| | | * 保存推送内容只队列中 |
| | | * |
| | | * @param json |
| | | */ |
| | | @Transactional(rollbackFor = Exception.class) |
| | | public void addPushIOSQueue(MessageInfo info, String url, int type, String versionCodes,SystemEnum system) throws PushException { |