소스 검색

修复代码

master
Binary Wang 8 년 전
부모
커밋
3661018f4e
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceImpl.java

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

@@ -21,6 +21,8 @@ import javax.net.ssl.SSLContext;
import java.io.File;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;

/**
@@ -320,7 +322,7 @@ public class WxPayServiceImpl implements WxPayService {
return wxPayBillResult;
}
}
private WxPayBillResult billInformationDeal(String responseContent){
WxPayBillResult wxPayBillResult = new WxPayBillResult();

@@ -388,7 +390,7 @@ public class WxPayServiceImpl implements WxPayService {
wxPayBillResult.setTotalRefundFee(totalTempStr[3]);
wxPayBillResult.setTotalCouponFee(totalTempStr[4]);
wxPayBillResult.setTotalPoundageFee(totalTempStr[5]);
return wxPayBillResult;
}



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