| | |
| | | package com.by4cloud.platformx.business.service; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.by4cloud.platformx.business.dto.PaymentConfirmAddDTO; |
| | | import com.by4cloud.platformx.business.entity.PaymentConfirm; |
| | | import com.by4cloud.platformx.common.core.util.R; |
| | |
| | | public interface PaymentConfirmService extends IIService<PaymentConfirm> { |
| | | |
| | | R add(PaymentConfirmAddDTO addDTO); |
| | | |
| | | R syncPaymentRecepit(); |
| | | |
| | | String getAccessToken(String accessToken); |
| | | |
| | | void saveBipRequestRecord(JSONObject params,String methodName, String result); |
| | | |
| | | R queryAllBusinessType(); |
| | | |
| | | R queryAging(); |
| | | } |