| | |
| | | package com.yeshi.fanli.service.inter.taobao;
|
| | |
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoWeiQuanDrawBack;
|
| | | import com.yeshi.fanli.exception.TaoBaoWeiQuanException;
|
| | | import com.yeshi.fanli.exception.order.TaoBaoWeiQuanException;
|
| | |
|
| | | public interface TaoBaoWeiQuanDrawBackService {
|
| | |
|
| | |
| | | * @throws TaoBaoWeiQuanException
|
| | | */
|
| | | public void doWeiQuanInvite(String orderId) throws TaoBaoWeiQuanException;
|
| | |
|
| | | /**
|
| | | * 通过淘宝子订单查询扣款详情
|
| | | * @param orderItemId
|
| | | * @return
|
| | | */
|
| | | public TaoBaoWeiQuanDrawBack selectByOrderItemId(String orderItemId);
|
| | | |
| | | |
| | | /**
|
| | | * 通过红包ID查询
|
| | | * @param hbId
|
| | | * @return
|
| | | */
|
| | | public TaoBaoWeiQuanDrawBack selectByHongBaoId(Long hbId);
|
| | |
|
| | | }
|