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