| | |
| | |
|
| | | package org.fanli;
|
| | |
|
| | | import java.io.BufferedReader;
|
| | | import java.io.File;
|
| | | import java.io.FileInputStream;
|
| | | import java.io.FileNotFoundException;
|
| | | import java.io.InputStreamReader;
|
| | | import java.math.BigDecimal;
|
| | | import java.util.ArrayList;
|
| | | import java.util.Date;
|
| | | import java.util.HashMap;
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
| | | import org.yeshi.utils.HttpUtil;
|
| | |
|
| | | import com.yeshi.fanli.dao.mybatis.taobao.TBPidMapper;
|
| | | import com.yeshi.fanli.dto.taobao.TaoLiJinDTO;
|
| | | import com.yeshi.fanli.entity.bus.user.UserExtraTaoBaoInfo;
|
| | | import com.yeshi.fanli.entity.bus.user.UserInfo;
|
| | | import com.yeshi.fanli.entity.taobao.PidUser;
|
| | | import com.yeshi.fanli.entity.taobao.SearchFilter;
|
| | | import com.yeshi.fanli.entity.taobao.TBPid;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoLink;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoOrder;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoSearchResult;
|
| | | import com.yeshi.fanli.entity.taobao.TaoKeAppInfo;
|
| | | import com.yeshi.fanli.exception.taobao.TaoKeApiException;
|
| | | import com.yeshi.fanli.exception.taobao.TaobaoGoodsDownException;
|
| | | import com.yeshi.fanli.exception.tlj.TaoLiJinCreateException;
|
| | | import com.yeshi.fanli.log.LogHelper;
|
| | | import com.yeshi.fanli.service.inter.goods.ShareGoodsService;
|
| | | import com.yeshi.fanli.service.inter.order.tb.TaoBaoOrderService;
|
| | | import com.yeshi.fanli.service.inter.taobao.TaoBaoBuyRelationMapService;
|
| | | import com.yeshi.fanli.service.inter.taobao.TaoBaoGoodsActivityService;
|
| | | import com.yeshi.fanli.service.inter.taobao.TaoBaoOrderService;
|
| | | import com.yeshi.fanli.service.inter.user.TBPidService;
|
| | | import com.yeshi.fanli.service.inter.user.UserExtraTaoBaoInfoService;
|
| | | import com.yeshi.fanli.service.inter.user.UserInfoService;
|
| | | import com.yeshi.fanli.service.inter.user.tb.UserExtraTaoBaoInfoService;
|
| | | import com.yeshi.fanli.service.manger.goods.ConvertLinkManager;
|
| | | import com.yeshi.fanli.util.BeanUtil;
|
| | | import com.yeshi.fanli.util.StringUtil;
|
| | | import com.yeshi.fanli.util.TaoBaoConstant;
|
| | | import com.yeshi.fanli.util.TimeUtil;
|
| | | import com.yeshi.fanli.util.taobao.TaoBaoOrderUtil;
|
| | | import com.yeshi.fanli.util.taobao.TaoKeApiUtil;
|
| | | import com.yeshi.fanli.util.taobao.TaoKeScApiUtil;
|
| | |
|
| | | import net.sf.json.JSONArray;
|
| | | import net.sf.json.JSONObject;
|
| | |
| | |
|
| | | @Test
|
| | | public void test1() {
|
| | | // List<TaoBaoGoodsBrief> list=
|
| | | // TaoKeApiUtil.guessLikeByAuctionId(550439753563L,6);
|
| | | // System.out.println(list);
|
| | | // TaoBaoUtil.getTBDetailImageWithSize(597016140493L);
|
| | | // System.out.println(goods);
|
| | | // DaTaoKeApiUtil.getGoodsDetailByGoodsId(558195316187L);
|
| | | // try {
|
| | | // TaoKeApiUtil.specialConvertCoupon(608512721647L, new
|
| | | // TaoKeAppInfo(TaoBaoConstant.TAOBAO_AUTH_APPKEY,
|
| | | // TaoBaoConstant.TAOBAO_AUTH_APPSECRET,
|
| | | // TaoBaoConstant.TAOBAO_SPECIAL_PID_DEFAULT));
|
| | | // } catch (Exception e) {
|
| | | // // TODO Auto-generated catch block
|
| | | // e.printStackTrace();
|
| | | // }
|
| | |
|
| | | // String link = TaoKeApiUtil.officialActivityConvert(87140050199L + "",
|
| | | // "1571715733668", "513796574");
|
| | | // System.out.println(link);
|
| | |
|
| | | // String link =
|
| | | // TaoBaoUtil.getTaoBaoUnionAuthUrl(TaoBaoConstant.TAOBAO_AUTH_APPKEY,
|
| | | // "http://api.flqapp.com/fanli/client/v1/auth/callback/tb", 6396582L,
|
| | | // "share");
|
| | | // System.out.println(link);
|
| | |
|
| | | // try {
|
| | | // TaoKeApiUtil.searchGoodsDetail(608512721647L);
|
| | | // } catch (TaobaoGoodsDownException e) {
|
| | | // e.printStackTrace();
|
| | | // }
|
| | |
|
| | | // List<TaoBaoOrder> list =
|
| | | // TaoKeOrderApiUtil.getTaoBaoRelationOrderList(
|
| | | // TimeUtil.convertToTimeTemp("2019-12-09 10:13:52", "yyyy-MM-dd
|
| | | // HH:mm:ss"),
|
| | | // TimeUtil.convertToTimeTemp("2019-12-09 10:14:53", "yyyy-MM-dd
|
| | | // HH:mm:ss"), 1);
|
| | | // System.out.println(list);
|
| | |
|
| | | String result = TaoKeApiUtil.officialActivityConvert("19507100253", "1571715733668", "20211660")
|
| | | .getShort_click_url();
|
| | | System.out.println(result);
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test2() {
|
| | | // String result = TaoKeApiUtil.officialActivityConvert("19507100253",
|
| | | // "1584519810786", "20211660");
|
| | | // System.out.println(result);
|
| | |
|
| | | // TaoKeApiUtil.getQuanInfo(579875678934L,
|
| | | // "91b8984019e24fe1b1e3d6bd15479785");
|
| | | // String result = TaoKeApiUtil.getActivityInfo("1583739244161", TaoBaoConstant.TAOBAO_RELATION_PID_DEFAULT,
|
| | | // "511374878");
|
| | | // System.out.println(result);
|
| | | String result="https://uland.taobao.com/taolijin/edetail?eh=2gFTo0zZuaeZuQF0XRz0iAXoB%2BDaBK5LQS0Flu%2FfbSp4QsdWMikAalrisGmre1Id0BFAqRODu11RSUolmZ1LiwZ2FMnFRDsF%2BMUwzxYlSKECGml30RY8PBx5jSVkulpmySQequ91YUPn8ckYb41tOyMTAhb7rmGydIrwSfYTDgyfcFUbN9tzknpL2ZPAakwyOfbWhbYEOF1LZWNyyCUQRu9L02t3YMA5G%2FdYx%2FWrPlG0lbyxNMIB8p2A%2Fvvgsr%2Fg9KslStkQtyrcQrNyb0ac3hVaN9HlETXhasDqmcapORh%2BOHfs5nLQGA%3D%3D&union_lens=lensId%3A0b59b01d_0bb5_172f470555e_c9b3%3Btraffic_flag%3Dlm&un=b68328d5be2676ace8f55b3b63c56d8b&share_crt_v=1&ut_sk=1.utdid_24587154_1593238990891.TaoPassword-Outside.taoketop&spm=a2159r.13376465.0.0&sp_tk=77+ld2Y1ajF3V3ZxOUbvv6U=/&relationId=20211660";
|
| | |
|
| | | String token = TaoKeApiUtil.getTKToken("http://", "口碑外卖红包", result);
|
| | |
|
| | | System.out.println(token);
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test3() {
|
| | | Long auctionId = 598165623087L;
|
| | | String appKey = "27965236";
|
| | | String appSecret = "2be7a216bee767dc3a6388aa24f11140";
|
| | | String pid = "mm_502940004_754900291_109486750166";
|
| | | TaoKeAppInfo app = new TaoKeAppInfo(appKey, appSecret, pid);
|
| | | try {
|
| | | TaoBaoGoodsBrief goods = TaoKeApiUtil.getSimpleGoodsInfo(575733104503L);
|
| | | System.out.println(goods);
|
| | | } catch (TaobaoGoodsDownException e) {
|
| | | TaoLiJinDTO dto = TaoKeApiUtil.createTaoLiJin(auctionId, "淘礼金", new BigDecimal(1), 1, new Date(),
|
| | | new Date(System.currentTimeMillis() + 1000 * 60 * 60 * 12L), new Date(),
|
| | | new Date(System.currentTimeMillis() + 1000 * 60 * 60 * 12L), app);
|
| | | System.out.println(dto);
|
| | | } catch (Exception e) {
|
| | | e.printStackTrace();
|
| | | }
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test2() {
|
| | | System.out.println(HttpUtil.getShortLink("http://h5.flq001.com"));
|
| | | System.out.println(HttpUtil.getShortLink("http://h5.flq002.com"));
|
| | | System.out.println(HttpUtil.getShortLink("http://h5.flq003.com"));
|
| | | System.out.println(HttpUtil.getShortLink("http://h5.flq004.com"));
|
| | | System.out.println(HttpUtil.getShortLink("http://h5.flq005.com"));
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test3() {
|
| | | // try {
|
| | | // EmergencyUtil.baoJin("monitor-error-tb-app-limit-24980167",
|
| | | // "淘宝APPKey请求限制【24980167】", new String[] { "18581318252" });
|
| | | // } catch (Exception e1) {
|
| | | //
|
| | | // }
|
| | | // 0K6TBHS%2F84vpYy%2FzKPWwH6J7%2BkHL3AEW
|
| | | // 2PlyMHAEtzjJX3K6R73L5KJ7%2BkHL3AEW
|
| | | Long[] auctionIds = new Long[] { 528561708277L, 563689377074L, 570752677800L, 569281626446L, 567165767332L,
|
| | | 555437572417L, 534857332052L, 565233575889L, 565536124572L };
|
| | |
|
| | | // TaoKeApiUtil.getLiJinXG();
|
| | | // String
|
| | | // url="https://uland.taobao.com/taolijin/edetail?eh=aIrBfHZGd4iZuQF0XRz0iAXoB+DaBK5LQS0Flu/fbSp4QsdWMikAalrisGmre1Id0BFAqRODu114yl7QZ1qFyc7LbOC0oAuo+MUwzxYlSKECGml30RY8PBx5jSVkulpmRQIlrKaDNziGVmobyGguP+jgTFwOoHsRe9593cvcC9QGQASttHIRqdGO5qxVOPQ2buEoHk5wx6hxhsv5QYr1rbcOQrCzclRfPTIk7Z0myMWxZvcNeMU+E+L71lQF+6uZp7DLcYmoygrjfjYOW9fVleIg09jheaZgonv6QcvcARY=&union_lens=lensId:0b0b4505_0c2a_16af789993f_0880;traffic_flag=lm";
|
| | | // String token=
|
| | | // TaoKeApiUtil.getTKToken("https://img.alicdn.com/imgextra/i4/2256112408/O1CN01EKNifJ1TeuF9x4it9_!!2256112408.jpg_400x400.jpg",
|
| | | // "旗睿电风扇台式家用12寸16寸静音学生宿舍摇头定时节能台扇落地扇", url);
|
| | | // System.out.println(token);
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test4() {
|
| | |
|
| | | TaoBaoOrderService taoBaoOrderService = BeanUtil.getBean(TaoBaoOrderService.class);
|
| | | try {
|
| | | List<TaoBaoOrder> list = TaoBaoOrderUtil.parseOrder(
|
| | |
| | |
|
| | | @Test
|
| | | public void test6() {
|
| | | String token = TaoKeApiUtil.getTKToken(
|
| | | "https://img.alicdn.com/bao/uploaded/i4/1951405497/O1CN01pSRKwW1qTfhFOL6ID_!!0-item_pic.jpg",
|
| | | "进门门垫卧室地毯厨房脚垫卫浴室防滑垫子家用门口卫生间吸水地垫",
|
| | | "https://uland.taobao.com/coupon/edetail?e=ALb9e%2B%2F%2BWuEGQASttHIRqWG9PQkvBWgpe2xKTDmY89k3iJ6QLtrZTaw1YqztnqtTrnLz2cLaP4IorCkhghE4lRktOfsF9p14gPp7zT6kOnRnXdWpB0IN0xemP0hpIIPvjDppvlX%2Bob8NlNJBuapvQ2MDg9t1zp0R8pjV3C9qcwTlnMqBDl4yuer2wO%2Fohke1&traceId=0b83456615579010794213275ee3b8&union_lens=lensId:0b1832c2_0bdc_16aba23f39d_07b3&xId=hu3LxjUFR7nb3uT9e97Uy74tDuNpUuisuzrh7K8WAro72oLHXY1N6hSpx7bzQWpJ3rMAKcQf6fA0iBNYmL0GOA");
|
| | | System.out.println(token);
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test7() {
|
| | | Long uid = 1965358L;
|
| | | Long auctionId = 575009129060L;
|
| | | String platform = "ios";
|
| | | UserInfoService userInfoService = BeanUtil.getBean(UserInfoService.class);
|
| | | UserExtraTaoBaoInfoService userExtraTaoBaoInfoService = BeanUtil.getBean(UserExtraTaoBaoInfoService.class);
|
| | | TaoBaoBuyRelationMapService taoBaoBuyRelationMapService = BeanUtil.getBean(TaoBaoBuyRelationMapService.class);
|
| | | TBPidService tbPidService = BeanUtil.getBean(TBPidService.class);
|
| | |
|
| | | ShareGoodsService shareGoodsService = BeanUtil.getBean(ShareGoodsService.class);
|
| | |
|
| | | UserInfo user = userInfoService.getUserByIdWithMybatis(uid);
|
| | |
|
| | | TaoBaoGoodsBrief goods = null;
|
| | |
|
| | | String text = "[玫瑰]各位亲友好,记得领券哦[愉快]" + "【京东1月3日领券精选】\n" + "[红包]抢红包 最高888\n" + "https://u.jd.com/8xeCfl\n"
|
| | | + "🚅火车票神券50元\n" + "https://u.jd.com/cMReZz\n" + "🌟居家好物9.9包邮\n" + "https://u.jd.com/AG2z4A\n"
|
| | | + "👔男装3件7折\n" + "https://u.jd.com/kgMslr\n" + "👗女装清仓5折起\n" + "https://u.jd.com/kgMslr\n" + "🛍有礼有年货\n"
|
| | | + "https://u.jd.com/qdvIiG\n" + "💋SK-II大促\n" + "https://u.jd.com/7XybkD\n" + "💰超级百亿补贴\n"
|
| | | + "https://u.jd.com/qVFjDL\n" + "🍼母婴券年货节\n" + "https://u.jd.com/kA0scy\n" + "🛍超市满199-100\n"
|
| | | + "https://u.jd.com/eQSwNn\n" + "[發]内购券大全\n" + "https://u.jd.com/zIHmUy\n" + "[福]Plus全品券\n"
|
| | | + "https://u.jd.com/d9fcGr\n" + "⚡京东秒杀\n" + "https://u.jd.com/WSIi1z\n" + "【记得与更多好友分享[愉快]】";
|
| | | ConvertLinkManager convertLinkManager = BeanUtil.getBean(ConvertLinkManager.class);
|
| | | try {
|
| | | goods = TaoKeApiUtil.getSimpleGoodsInfo(auctionId);
|
| | | } catch (TaobaoGoodsDownException e) {
|
| | | return;
|
| | | System.out.println(convertLinkManager.convertLinkFromText(text, 437032L, true));
|
| | | } catch (Exception e) {
|
| | | try {
|
| | | LogHelper.errorDetailInfo(e, "获取商品简版详情出错", auctionId + "");
|
| | | } catch (Exception e1) {
|
| | | e1.printStackTrace();
|
| | | }
|
| | | e.printStackTrace();
|
| | | }
|
| | |
|
| | | JSONObject data = new JSONObject();
|
| | | boolean isNative = false;
|
| | | String pid = null;
|
| | |
|
| | | boolean specialConvert = false;
|
| | |
|
| | | if (goods.getMaterialLibType() != null && goods.getMaterialLibType() == 1) {
|
| | | specialConvert = true;
|
| | | } else
|
| | | specialConvert = false;
|
| | |
|
| | | String specialId = null;
|
| | | String relationId = null;
|
| | | // 查询用户ID是否绑定了会员运营ID
|
| | | UserExtraTaoBaoInfo userInfo = userExtraTaoBaoInfoService.getByUid(uid);
|
| | | if (userInfo != null && !StringUtil.isNullOrEmpty(userInfo.getSpecialId()) && userInfo.getSpecialValid() != null
|
| | | && userInfo.getSpecialValid() == true) {
|
| | | specialId = userInfo.getSpecialId();
|
| | | relationId = userInfo.getRelationId();
|
| | | // 已经绑定
|
| | | if (specialConvert) {
|
| | | isNative = true;
|
| | | } else
|
| | | isNative = false;
|
| | |
|
| | | pid = TaoBaoConstant.TAOBAO_SPECIAL_PID_DEFAULT;
|
| | |
|
| | | } else {// 尚未绑定
|
| | | isNative = true;
|
| | | }
|
| | |
|
| | | data.put("native", isNative);
|
| | |
|
| | | int pidType = PidUser.TYPE_FANLI_ANDROID;
|
| | | if (platform.equalsIgnoreCase("ios"))
|
| | | pidType = PidUser.TYPE_FANLI_IOS;
|
| | | try {
|
| | |
|
| | | TaoBaoLink taoBaoLink = null;
|
| | | // 是返利商品库的商品
|
| | | if (specialConvert) {
|
| | | if (!StringUtil.isNullOrEmpty(specialId)) {
|
| | | taoBaoLink = shareGoodsService.getTaoBaoLinkForBuyWithSpecial(uid, specialId, auctionId);
|
| | | data.put("native", true);
|
| | | } else {
|
| | | if (!specialConvert && !isNative) {
|
| | | if (pidType == PidUser.TYPE_FANLI_ANDROID)
|
| | | taoBaoLink = shareGoodsService.getTaoBaoLink(uid, auctionId,
|
| | | tbPidService.getAndroidDefault().getPid());
|
| | | else
|
| | | taoBaoLink = shareGoodsService.getTaoBaoLink(uid, auctionId,
|
| | | tbPidService.getIOSDefault().getPid());
|
| | | } else
|
| | | taoBaoLink = shareGoodsService.getTaoBaoLinkForBuy(uid, auctionId, pidType);
|
| | | }
|
| | | } else {// 不是返利库的商品,用特殊PID替代
|
| | | try {
|
| | | relationId = taoBaoBuyRelationMapService.getRelationId(uid);
|
| | | } catch (Exception e) {
|
| | | LogHelper.errorDetailInfo(e, "uid:" + uid, null);
|
| | | }
|
| | | if (!StringUtil.isNullOrEmpty(relationId)) {//
|
| | | taoBaoLink = shareGoodsService.getTaoBaoLinkForShare(uid, auctionId, relationId,
|
| | | TaoBaoConstant.TAOBAO_RELATION_AS_SPECIAL_PID);
|
| | | data.put("native", true);
|
| | | } else {
|
| | | if (pidType == PidUser.TYPE_FANLI_ANDROID)
|
| | | taoBaoLink = shareGoodsService.getTaoBaoLink(uid, auctionId,
|
| | | tbPidService.getAndroidDefault().getPid());
|
| | | else
|
| | | taoBaoLink = shareGoodsService.getTaoBaoLink(uid, auctionId,
|
| | | tbPidService.getIOSDefault().getPid());
|
| | | }
|
| | | }
|
| | | JSONObject link = new JSONObject();
|
| | | link.put("clickUrl", taoBaoLink.getClickUrl());
|
| | | link.put("couponUrl", taoBaoLink.getCouponLink());
|
| | | data.put("type", 1);
|
| | | data.put("link", link);
|
| | | } catch (Exception e) {
|
| | | isNative = false;
|
| | | // TBPid tbPid = null;
|
| | | // if (acceptData.getPlatform().equalsIgnoreCase("android")) {
|
| | | // tbPid = tbPidService.getTBPid(uid, PidUser.TYPE_FANLI_ANDROID);
|
| | | // } else {
|
| | | // tbPid = tbPidService.getTBPid(uid, PidUser.TYPE_FANLI_IOS);
|
| | | // }
|
| | | //
|
| | | // data.put("native", isNative);
|
| | |
|
| | | // if (tbPid != null) {
|
| | | // String siteId = tbPid.getPid().split("_")[2];
|
| | | // String adzoneId = tbPid.getPid().split("_")[3];
|
| | | // TaoBaoUnionConfig config =
|
| | | // taoBaoUnionConfigService.getConfigByAppIdCache(siteId);
|
| | | // ClientTBPid clientTBPid = new ClientTBPid(config.getAppKey(),
|
| | | // tbPid.getPid(), siteId, adzoneId);
|
| | | // data.put("type", 2);
|
| | | // data.put("tbPidInfo", clientTBPid);
|
| | | // out.print(JsonUtil.loadTrueResult(data));
|
| | | // } else {
|
| | | // out.print(JsonUtil.loadFalseResult(1, "请求失败"));
|
| | | // }
|
| | | }
|
| | |
|
| | | }
|
| | |
|
| | | private void deleteAdzones(String adzones) {
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test12() {
|
| | |
|
| | | try {
|
| | |
|
| | | BufferedReader br = new BufferedReader(new InputStreamReader(
|
| | | new FileInputStream(new File("C:/Users/Administrator/Desktop/新建文本文档 (2).txt"))));
|
| | | String text = "";
|
| | | String lineTxt = null;
|
| | | while ((lineTxt = br.readLine()) != null) {// 数据以逗号分隔
|
| | | text += new String(lineTxt.getBytes("unicode"), "UTF-8");
|
| | | }
|
| | | System.out.println(text);
|
| | | br.close();
|
| | | } catch (Exception e) {
|
| | | }
|
| | |
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test13() {
|
| | | TaoKeApiUtil.specialConvertCoupon(579875678934L, new TaoKeAppInfo(TaoBaoConstant.TAOBAO_AUTH_APPKEY,
|
| | | TaoBaoConstant.TAOBAO_AUTH_APPSECRET, TaoBaoConstant.TAOBAO_SPECIAL_PID_DEFAULT));
|
| | | try {
|
| | | TaoKeApiUtil.getSimpleGoodsInfo(556371219169L);
|
| | | } catch (TaobaoGoodsDownException e) {
|
| | | e.printStackTrace();
|
| | | }
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test14() {
|
| | | String code = "jlCUH3V5wnDuH9I3ahEg1KgR1380518";
|
| | |
|
| | | String result = TaoKeApiUtil.getAccessToken(code, TaoBaoConstant.TAOBAO_AUTH_APPKEY,
|
| | | TaoBaoConstant.TAOBAO_AUTH_APPSECRET);
|
| | | System.out.println(result);
|
| | | JSONObject data = JSONObject.fromObject(result);
|
| | | data = data.optJSONObject("top_auth_token_create_response").optJSONObject("token_result");
|
| | | String accessToken = data.optString("access_token");
|
| | | System.out.println(accessToken);
|
| | |
|
| | | // access_token=620272221d6af090974a62a875452dfh3400a52ddf4c2c7759742701
|
| | |
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test15() {
|
| | | // {method=taobao.tbk.sc.material.optional,
|
| | | // session=6101d231f78794fb690d4e7ecc9f1561f937e85e6a3f1393327215652,
|
| | | // adzone_id=107334300197, format=json,
|
| | | // sign=68930B8D27FF0B2687AE474667D23786, page_no=1, q=鞋,
|
| | | // app_key=24980167, v=2.0, site_id=401250386, sign_method=md5,
|
| | | // page_size=20, timestamp=2020-05-29 16:46:43}
|
| | |
|
| | | String session = "6100f00414ec21b3efd66f63a8b1b3a8e4f54bebf46f8c7759742701";
|
| | | SearchFilter sf = new SearchFilter();
|
| | | sf.setKey("运动鞋");
|
| | | TaoKeScApiUtil.searchWuLiao(sf, session, new TaoKeAppInfo(TaoBaoConstant.TAOBAO_AUTH_APPKEY,
|
| | | TaoBaoConstant.TAOBAO_AUTH_APPSECRET, "mm_106929643_20324269_73400452"), "30125349");
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test16() {
|
| | | SearchFilter sf=new SearchFilter();
|
| | | sf.setKey("袜子");
|
| | | sf.setStartTkRate(5000);
|
| | | sf.setEndTkRate(9000);
|
| | | sf.setPage(25);
|
| | | sf.setPageSize(50);
|
| | | TaoBaoSearchResult result= TaoKeApiUtil.searchWuLiao(sf);
|
| | | System.out.println(result);
|
| | | }
|
| | |
|
| | | @Test
|
| | | public void test17() {
|
| | | Date startTime = new Date(TimeUtil.convertToTimeTemp("2020-06-27", "yyyy-MM-dd"));
|
| | | Date endTime = new Date(TimeUtil.convertToTimeTemp("2020-06-28", "yyyy-MM-dd"));
|
| | | try {
|
| | | TaoKeApiUtil.createTaoLiJin(550151362030L, "口令", new BigDecimal("1"), 1, startTime, endTime, startTime,
|
| | | endTime, new TaoKeAppInfo(TaoBaoConstant.TAOBAO_AUTH_APPKEY, TaoBaoConstant.TAOBAO_AUTH_APPSECRET, TaoBaoConstant.TAOBAO_TLJ_RELATION_PID_DEFAULT));
|
| | | } catch (TaoLiJinCreateException e) {
|
| | | e.printStackTrace();
|
| | | } catch (TaoKeApiException e) {
|
| | | e.printStackTrace();
|
| | | }
|
| | | }
|
| | |
|
| | | }
|