| | |
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import com.taobao.api.TaobaoObject;
|
| | | import com.yeshi.fanli.dto.order.OrderQuery;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoOrder;
|
| | | import com.yeshi.fanli.entity.taobao.TaoKeAppInfo;
|
| | |
| | |
|
| | | //淘宝客API接口
|
| | | public class TaoKeOrderApiUtil {
|
| | | |
| | | public static int TK_STATUS_ALL=1;
|
| | | public static int TK_STATUS_SETTLEMENT=3;
|
| | | public static int TK_STATUS_PAY=12;
|
| | | public static int TK_STATUS_SUCCESS=14;
|
| | | public static int TK_STATUS_INVALID=13;
|
| | | |
| | | /**
|
| | | * 获取会员订单
|
| | | *
|
| | |
| | | orderQuery.orderScene = 1;
|
| | | orderQuery.pageNo = page;
|
| | | orderQuery.pageSize = 100;
|
| | | orderQuery.orderCountType = 2;
|
| | | orderQuery.orderCountType = 1;
|
| | | return queryTaoBaoOrder(orderQuery, appKey, appSecret);
|
| | | }
|
| | |
|
| | |
| | | orderQuery.orderScene = 1;
|
| | | orderQuery.pageNo = page;
|
| | | orderQuery.pageSize = 100;
|
| | | orderQuery.orderCountType = 2;
|
| | | return queryTaoBaoOrder(orderQuery, appKey, appSecret);
|
| | | }
|
| | |
|