| Package | Description |
|---|---|
| com.thebeastshop.payment.service |
| Modifier and Type | Method and Description |
|---|---|
PPaymentTradeVO |
PPaymentTradeService.getTradeByThirdPartyTradeCode(String thirdPartyTradeCode)
根据第三方支付平台流水号查询支付信息
|
PPaymentTradeVO |
PPaymentTradeService.getTradeByTradeCode(String tradeCode)
根据流水号查询支付信息
|
| Modifier and Type | Method and Description |
|---|---|
com.thebeastshop.common.PageQueryResp<PPaymentTradeVO> |
PPaymentTradeService.getPageByCond(PPaymentQueryCondDTO dto)
通过条件分页查询
|
List<PPaymentTradeVO> |
PPaymentTradeService.getTradeListByMemberId(Long memberId)
根据会员Id查询相关支付流水记录
|
List<PPaymentTradeVO> |
PPaymentTradeService.getTradeListByOutTradeCode(String outTradeCode)
根据外部流水号查询流水记录
|
List<PPaymentTradeVO> |
PPaymentTradeService.getTradeListForUpdateStatusJob()
查询更新状态定时任务的支付流水记录
|
Copyright © 2018. All rights reserved.