|
|
@@ -449,10 +449,6 @@ public class ChinaumsSenselessPayService extends SuperService {
|
|
|
|
|
|
@SneakyThrows
|
|
|
public ResultContent<UnionFrictionlessPayFinishModel> refundQuery(String projectOid, String userId, String oid, String refundOrderNo, Boolean handle) {
|
|
|
- System.out.println("触发退款查询" + DateUtils.paresTime(System.currentTimeMillis(), DateUtils.patternyyyyMMddHHmmssSSS));
|
|
|
- if (handle){
|
|
|
- throw new RuntimeException("refundQuery异常");
|
|
|
- }
|
|
|
String projectAccountName = orgPayAccountService.queryOgPayAccount(projectOid, PaymentType.UnionFrictionlessPay);
|
|
|
com.github.microservice.pay.client.ret.ResultContent<AccountModel> projectAccountModelResultContent = payProductAccountService.get(projectAccountName);
|
|
|
if (!projectAccountModelResultContent.getState().equals(ResultState.Success)) {
|