yujian
2019-11-07 3f76ec837b343e5a8538f2ce50010714d16cdeef
fanli/src/main/java/com/yeshi/fanli/util/wx/BanLiShopWXPayUtil.java
@@ -79,6 +79,19 @@
   }
   /**
    * 是否支付成功
    *
    * @param orderNo
    * @return
    * @throws WXOrderException
    */
   public static boolean isPaySuccess(String orderNo) throws WXOrderException {
      return WXPayUtil.isPaySuccess(BanLiShopOrderUtil.getWXPayOrderNo(orderNo),
            new WXAPPInfo(Constant.getWXAccount(null, null).getGzAppId(),
                  Constant.getWXAccount(null, null).getGzAppSecret(), MCH_ID, MCH_KEY));
   }
   /**
    * 签名是否正确
    * 
    * @param params