From 36ff98ed4cf6167201f57238ec6581aae3d2f1c3 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Thu, 27 Nov 2025 10:23:16 +0800 Subject: [PATCH] commit --- .../budwk/app/base/sms/impl/jshvc/SmsJshvcServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/budwk/app/base/sms/impl/jshvc/SmsJshvcServiceImpl.java b/src/main/java/com/budwk/app/base/sms/impl/jshvc/SmsJshvcServiceImpl.java index a93f3ba..2854eb2 100644 --- a/src/main/java/com/budwk/app/base/sms/impl/jshvc/SmsJshvcServiceImpl.java +++ b/src/main/java/com/budwk/app/base/sms/impl/jshvc/SmsJshvcServiceImpl.java @@ -29,8 +29,8 @@ public class SmsJshvcServiceImpl implements SmsService { private static final String APPID = "1430576717768122368"; private static final String APP_SECRET = "19A0ACB03FBQHL4R4XQD"; - private static final String TOKEN_URL = "/token/gateway/accessToken"; - private static final String MSG_URL = "/mp/restful/v2/message/send"; + private static final String TOKEN_URL = "https://gateway.jshvc.edu.cn/token/gateway/accessToken"; + private static final String MSG_URL = "https://gateway.jshvc.edu.cn/mp/restful/v2/message/send"; private static final String REDIS_KEY_MSG_ACCESS_TOKEN = "msg:token:"; @Inject