| | |
| | | } |
| | | |
| | | try { |
| | | OPPOPushUtil.pushGoods(registerIds, "测试商品网页推送", "测试商品推送内容", 1, 577628549116L, androidBaseActivity); |
| | | OPPOPushUtil.pushGoods(registerIds, "测试商品网页推送", "测试商品推送内容", 1, 577628549116L+"", androidBaseActivity); |
| | | } catch (PushException e) { |
| | | e.printStackTrace(); |
| | | } |
| | |
| | | } |
| | | |
| | | @RequestMapping("getTBGoodsCate") |
| | | public void getTaoBaoGoodsCat(Long id, PrintWriter out) { |
| | | public void getTaoBaoGoodsCat(String id, PrintWriter out) { |
| | | TaoBaoGoodsBrief goods = null; |
| | | try { |
| | | goods = TaoKeApiUtil.getSimpleGoodsInfo(id); |
| | |
| | | TaoBaoCouponCache cache = new TaoBaoCouponCache(); |
| | | cache.setActivityId("123123123"); |
| | | cache.setPid("mm_12_12_12"); |
| | | cache.setAuctionId(123123L); |
| | | cache.setAuctionId(123123L+""); |
| | | taoBaoCouponCacheService.save(cache); |
| | | } |
| | | |