liujie
2023-05-26 89ea5267bd4b4f5540b5eb3961c7c8ef3859a225
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<>();