mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-03 02:56:20 +00:00
fix 证书工具类更新
This commit is contained in:
@@ -20,7 +20,6 @@ import com.alipay.api.AlipayApiException;
|
||||
import com.alipay.api.AlipayConstants;
|
||||
import com.alipay.api.internal.util.AlipaySignature;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.SneakyThrows;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@@ -92,7 +91,6 @@ public class AliPayCallbackService {
|
||||
/**
|
||||
* 验证信息格式是否合法
|
||||
*/
|
||||
@SneakyThrows
|
||||
public boolean verifyNotify() {
|
||||
Map<String, String> params =PaymentContextLocal.get().getCallbackInfo().getCallbackParam();
|
||||
String callReq = JSONUtil.toJsonStr(params);
|
||||
|
@@ -165,8 +165,6 @@ public class AliPaySyncService {
|
||||
model.setOutBizNo(transferOrder.getTransferNo());
|
||||
request.setBizModel(model);
|
||||
AlipayFundTransCommonQueryResponse response = alipayClient.execute(request);
|
||||
System.out.println(response.getBody());
|
||||
return new TransferSyncResult().setStatus(TransferStatusEnum.FAIL.getCode());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user