From fc3fa22bee4fbb49c8680c456b8ad31111379d9e Mon Sep 17 00:00:00 2001 From: xupei Date: Tue, 18 Feb 2025 11:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2stripe-webhook=E5=9B=9E?= =?UTF-8?q?=E8=B0=83=E5=AF=86=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/common/utils/SendEmailUtil.java | 9 ++++++--- src/main/resources/payment.properties | 4 +++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/ai/da/common/utils/SendEmailUtil.java b/src/main/java/com/ai/da/common/utils/SendEmailUtil.java index 45850236..1b753520 100644 --- a/src/main/java/com/ai/da/common/utils/SendEmailUtil.java +++ b/src/main/java/com/ai/da/common/utils/SendEmailUtil.java @@ -824,9 +824,12 @@ public class SendEmailUtil { } private final static Long CANCEL_MERCHANT_EN = 130720L; - private final static Long NEW_MERCHANT_EN = 130721L; - private final static Long NEW_USER_EN = 130722L; - private final static Long NEW_USER_CN = 130723L; +// private final static Long NEW_MERCHANT_EN = 130721L; +// private final static Long NEW_USER_EN = 130722L; +// private final static Long NEW_USER_CN = 130723L; + private final static Long NEW_MERCHANT_EN = 135190L; + private final static Long NEW_USER_EN = 135189L; + private final static Long NEW_USER_CN = 135186L; private final static Long RENEWAL_MERCHANT_EN = 130724L; private final static Long RENEWAL_USER_EN = 130725L; private final static Long RENEWAL_USER_CN = 130726L; diff --git a/src/main/resources/payment.properties b/src/main/resources/payment.properties index 2a4e8978..de93541b 100644 --- a/src/main/resources/payment.properties +++ b/src/main/resources/payment.properties @@ -36,7 +36,9 @@ stripe.private-key=sk_test_51LwPrxH7nPZ8bkrNj67TFD7sxucaTANs1lf0KGSu1QSJfxYXcnig # prod 端点 #stripe.webhook-sign-secret=whsec_GoyVEAaBtuGD5Rt55z83JnPnLDAZTN3u # local 端点 -stripe.webhook-sign-secret=whsec_NvwM3hDQiN5GXclYOYekE9IKHLjmROF8 +#stripe.webhook-sign-secret=whsec_NvwM3hDQiN5GXclYOYekE9IKHLjmROF8 +# dev 端点 +stripe.webhook-sign-secret=whsec_pX0pPMQm85PaUSWnFMEzoccb3MGNkjoL # kim - live #stripe.private-key=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