src/main/java/com/stylefeng/guns/modular/system/utils/StripePayUtils.java
@@ -84,7 +84,7 @@ * @param stripeCardId 银行卡stripeId * @throws StripeException */ public void updateStripeDefaultCard(String stripeMemberId, String stripeCardId) throws StripeException { public static void updateStripeDefaultCard(String stripeMemberId, String stripeCardId) throws StripeException { Stripe.apiKey = key; Map<String, Object> retrieveParams = new HashMap<>(); List<String> expandList = new ArrayList<>();