|
|
@@ -69,7 +69,7 @@ public class WalletBusinessService {
|
|
|
R<BusinessNo> businessNoR = payCenterService.payAgentPayV2(uid, filter, channelEnum, value, split, businessNo, payType);
|
|
|
if (!businessNoR.getStatus()) {
|
|
|
log.error("流水号:{} uid:{} filter:{} channel:{} price:{} payType:{}", businessNoR, uid, filter, channelEnum, price, payType);
|
|
|
- throw new BusinessException("清分失败");
|
|
|
+ throw new BusinessException(businessNoR.getMsg());
|
|
|
}
|
|
|
}
|
|
|
}
|