| | |
| | | |
| | | @Async("pushExecutor") |
| | | @Override |
| | | public void pushGoods(Long uid, Long auctionId, PushBaseContent content) |
| | | public void pushGoods(Long uid, String auctionId, PushBaseContent content) |
| | | throws PushException { |
| | | push(PushTypeEnum.goodsdetail, uid, null, null, auctionId, content); |
| | | } |
| | |
| | | * @param webUrl |
| | | */ |
| | | private void push(PushTypeEnum type, Long uid, String url, String webUrl, |
| | | Long goodsId, PushBaseContent content) throws PushException { |
| | | String goodsId, PushBaseContent content) throws PushException { |
| | | |
| | | String androidBaseActivity=getAndroidBaseActivity(content.getSystem()); |
| | | int hour = Calendar.getInstance().get(Calendar.HOUR_OF_DAY); |