|
@@ -32,7 +32,7 @@ public class YuePayService implements PayService {
|
|
|
|
|
|
|
|
PayRequestDTO payRequestDTO = new PayRequestDTO();
|
|
PayRequestDTO payRequestDTO = new PayRequestDTO();
|
|
|
BeanUtil.copyProperties(payReq, payRequestDTO);
|
|
BeanUtil.copyProperties(payReq, payRequestDTO);
|
|
|
- R result = remoteYuePayService.yuePay(payRequestDTO, SecurityConstants.FROM_IN);
|
|
|
|
|
|
|
+ R result = remoteYuePayService.yuePay(payRequestDTO);
|
|
|
if (result.getStatus() != 1) {
|
|
if (result.getStatus() != 1) {
|
|
|
throw new GlobalCustomerException(result.getMsg());
|
|
throw new GlobalCustomerException(result.getMsg());
|
|
|
}
|
|
}
|