소스 검색

还原

formao-live
xhxu 3 년 전
부모
커밋
ae2990d0f9
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BusinessCircleServiceImpl.java

+ 0
- 4
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BusinessCircleServiceImpl.java 파일 보기

@@ -67,10 +67,6 @@ public class BusinessCircleServiceImpl implements BusinessCircleService {
String nonce = resource.getNonce();
String apiV3Key = this.payService.getConfig().getApiV3Key();
try {
System.out.println("cipherText="+cipherText);
System.out.println("associatedData="+associatedData);
System.out.println("nonce="+nonce);
System.out.println("apiV3Key="+apiV3Key);
return GSON.fromJson(AesUtils.decryptToString(associatedData, nonce, cipherText, apiV3Key), PaidResult.class);
} catch (GeneralSecurityException | IOException e) {
throw new WxPayException("解析报文异常!", e);


불러오는 중...
취소
저장