|
|
@@ -290,7 +290,7 @@ public class BalancePayService extends SuperService {
|
|
|
/**
|
|
|
* 商家退款
|
|
|
*/
|
|
|
- public com.github.microservice.net.ResultContent<List<TransactionLogModel>> refund(String projectOid, String oid, String userId, String orderNo, BigDecimal total, String remark){
|
|
|
+ public ResultContent<List<TransactionLogModel>> refund(String projectOid, String oid, String userId, String orderNo, BigDecimal total, String remark){
|
|
|
//获取用户余额支付子账户
|
|
|
PayAccount userAccount = payAccountService.getUserChildren(projectOid, userId, PaymentChannelType.BalancePayment);
|
|
|
//获取机构待结算子账户
|