Package | Description |
---|---|
org.oxerr.youzan.dto | |
org.oxerr.youzan.service |
Services.
|
Constructor and Description |
---|
Response(T response,
Error errorResponse) |
Modifier and Type | Method and Description |
---|---|
GoodsDetail |
ItemService.addItem(GoodsDetail item,
String fields)
|
boolean |
TradeService.applySelfFetchTrade(String code)
|
TradeDetail |
TradeService.closeTrade(String tid,
String closeReasonId,
String closeReason,
String fields)
|
boolean |
ItemService.deleteItem(Long numIid)
|
GoodsDetail |
ItemService.delistingItem(Long numIid,
String fields)
商品下架.
|
boolean |
ItemService.delistingItems(Long[] numIids)
|
UmpCoupon[] |
CouponService.getAllUnfinishedCoupons(String fields)
|
CouponConsume |
CouponService.getCouponConsume(String code)
|
Trades |
TradeService.getForOuterSoldTrades(String outerType,
String outerUserId,
Integer pageSize,
Long pageNo,
Boolean useHasNext,
Instant startCreated,
Instant endCreated,
Instant startUpdate,
Instant endUpdate,
String type,
String status,
String fields)
|
GoodsDetail[] |
ItemService.getInventoryItems(Long tagId,
String q,
Integer pageSize,
Long pageNo,
String orderBy,
String fields,
String banner)
|
GoodsDetail |
ItemService.getItem(Long numIid,
String fields,
String alias)
|
GoodsDetail[] |
ItemService.getItems(String outerId,
String fields)
|
GoodsDetail[] |
ItemService.getOnsaleItems(Long tagId,
String q,
Integer pageSize,
Long pageNo,
String orderBy,
String fields)
|
SelfFetchTrade |
TradeService.getSelfFetchTrade(String code,
String fields)
|
Shop |
ShopService.getShop()
|
GoodsSku[] |
ItemService.getSkus(String outerId,
Long numIid,
String fields)
|
Trades |
TradeService.getSoldTrades(Integer pageSize,
Long pageNo) |
Trades |
TradeService.getSoldTrades(String version,
Integer pageSize,
Long pageNo,
Boolean useHasNext,
Instant startCreated,
Instant endCreated,
Instant startUpdate,
Instant endUpdate,
String type,
String status,
Long senderId,
Long buyerId,
String buyerNick,
String buyWay,
String keyword,
Integer weixinUserType,
Long weixinUserId,
String fields)
|
TimelimitedDiscounts |
CouponService.getTimelimitedDiscounts(Integer pageSize,
Long pageNo)
|
TradeDetail |
TradeService.getTrade(String tid,
Integer subTradePageSize,
Long subTradePageNo,
String fields)
|
UmpPromotionVerifylog[] |
CouponService.getVerifylogs(String type,
Integer pageSize,
Long pageNo)
|
GoodsDetail |
ItemService.listingItem(Long numIid,
String fields)
商品上架.
|
boolean |
ItemService.listingItems(Long[] numIids)
|
Coupon |
CouponService.takeCoupon(String weixinOpenId,
Long fansId,
Long couponGroupId)
|
GoodsDetail |
ItemService.updateItem(GoodsDetail item,
String fields)
|
GoodsSku |
ItemService.updateSku(Long skuId,
Long quantity,
BigDecimal price,
String outerId,
Long numIid)
|
TradeDetail |
TradeService.updateTradeMemo(String tid,
String memo,
String flag,
String fields)
|
boolean |
CouponService.verifyCouponConsume(String code)
|
Copyright © 2016–2017. All rights reserved.