mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
生成运营商日报表
This commit is contained in:
@@ -202,6 +202,12 @@ public interface OrderBasicInfoService{
|
||||
*/
|
||||
OrderSplitResult doPaymentConfirmWithDelay(OrderBasicInfo orderBasicInfo, AdapayMemberAccount adapayMemberAccount, String wechatAppId) throws BaseAdaPayException;
|
||||
|
||||
/**
|
||||
* 生成运营商日账单
|
||||
* 适用于实时分账后,第二天凌晨生成前一天的账单
|
||||
*/
|
||||
void generateMerchantBill(String merchantId, String tradeDate);
|
||||
|
||||
OrderSplitResult doBalancePaymentWithDelay(OrderBasicInfo orderBasicInfo, AdapayMemberAccount adapayMemberAccount, String wechatAppId) throws BaseAdaPayException;
|
||||
|
||||
OrderSplitResult realTimeOrderSplit(AfterSettleOrderDTO afterSettleOrderDTO) throws BaseAdaPayException;
|
||||
|
||||
Reference in New Issue
Block a user